The default email template of OC 3.0.2.0 is not wroking properly. When an order status email is sent to the customer, the text appears as a paragraph in place of a table. Also, specified URLs are joined with the first word of the next sentence. Therefore, the customers are unable to use the URL for order tracking.
Do you have any extensions installed?
A screenshot might help?
A screenshot might help?
UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk
If you are referring to when an order is first placed, the email that is sent out, then check catalog/view/theme/default/template/mail/order_add.twig file
If you are referring to when an order is updated, the email that is sent out, then check catalog/view/theme/default/template/mail/order_edit.twig file.
If you are referring to when an order is updated, the email that is sent out, then check catalog/view/theme/default/template/mail/order_edit.twig file.
Get a secure, fast, and reliable web hosting service from https://turnuphosting.com/opencart-hosting/.
You can try this
Find system/library/template/twig/lexer.php line 162
Change to
Find system/library/template/twig/lexer.php line 162
Code: Select all
if (isset($this->positions[2][$this->position][0]) ) {
$text = rtrim($text);
Code: Select all
if (isset($this->positions[2][$this->position][0]) && ($this->options['whitespace_trim'] === $this->positions[2][$this->position][0])) {
$text = rtrim($text);
Or in your: storage/vendor/twig/twig/src/Lexer.php file (without space on the ended parentheses).
Dedication and passion goes to those who are able to push and merge a project.
Regards,
Straightlight
Programmer / Opencart Tester
Seeing as you ignored my questions I suggest you pay a developer from the Commercial Support Forum who will be able to assist.
UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk
Yes, we are using Huntbee extension - Order Status Email/SMS Templates.
https://www.huntbee.com/opencart/email- ... l-designer
A screenshot of the email template is attached.
https://www.huntbee.com/opencart/email- ... l-designer
A screenshot of the email template is attached.
Attachments
Password Reset Emails to Customer15-6-22.JPG (27.85 KiB) Viewed 685 times
Admin order alert email template 30-5-22.JPG (35.46 KiB) Viewed 685 times
Who is online
Users browsing this forum: nonnedelectari and 54 guests