Let’s initiate a discussion!!
I was working on email functionality for a Magento client and I faced this error.
If you observe above screenshot carefully then you will find that special characters are not looking the way they suppose to be.
I dug further and realized that ‘Magento core Dotmailer plugin’ was installed and it was decoding utf-8 string to a terrible creature by utf8_decode() function.
So, It was necessary for me to disable private function getProcessedTemplatePreviewAndOther() or update module version because in Magento 2.3.0 latest version it is solved and module version is updated.
Here, I’m sharing with you that how to update dotmailer plugin using composer:
1 |
composer require dotmailer/dotmailer-magento2-extension:"[Dotmailer Latest Version] as [Dotmailer Current Use Version]" |
Like:
1 |
composer require dotmailer/dotmailer-magento2-extension:"3.0.3 as 2.6.0" |
Note: Here 3.0.3 is dotmailer plugin version, which is used in our latest Magento 2.3.0. Aparts, 2.6.0 is dotmailer plugin version which is used in our current Magento 2.2.6.
[crayon-64217940ef6e2528185306/] Using above fucntion Images can be imported directly from...
Override view block using di.xml and add the below code...
You can check a list of called layout XML for...
Follow the below steps to install and set up PWA...
If you want to remove all leading zero's from order,...
Let our Magento expert connect to discuss your requirement.
We offer Magento
certified developers.
Our Magento clientele
is 500+.
We sign NDA for the
security of your projects.
We’ve performed 100+
Magento migration projects.
Free quotation
on your project.
Three months warranty on
code developed by us.