Hello,
I've run into an issue with magento not rendering my email template correctly.
When i create a template through the admin interface and I include
{{layout handle="sales_email_order_items" order=$order}}
in the template to list out the items that were purchased, the item section is not rendered.
I found the Migrating custom email templates page which talks about the template system switching to a more strict method of parsing.
I'm not sure if this is a bug introduced by the new system, or if i'm doing something incorrectly.
Would someone be able to help me find a solution to this problem.
I also have the same problem, have you solved it in any way?
Hi @Goowai I just found the solution on this Magento Stack Exchange Question
I confirm, this happens also in 2.3.5-p1
The solution set in db table: email_template column is_legacy = 1 works!
@MadisonCooper
Thanks
that's real working !!!!
great...:-)
Hi,
is it possible to edit the value from the backoffice?
Thanks
Try this module, it will fix that bug.
it workes 100%
@MadisonCooper wrote:I confirm, this happens also in 2.3.5-p1
The solution set in db table: email_template column is_legacy = 1 works!
Thank you
This bug have been fixed
I am so glad someone posted this on the community forums. Was going to drive me insane not having order details in the emails.