-
Notifications
You must be signed in to change notification settings - Fork 197
Open
Labels
Description
Preconditions
- Migrate data from M1 to M2 using data-migration-tool.
Steps to reproduce
- Open any order in admin panel.
- Send email by "Send Email".
Expected result
You sent the order email.
Actual result
[2020-01-28 15:11:23] main.CRITICAL: Email template '' is not defined. {"exception":"[object] (UnexpectedValueException(code: 0): Email template '' is not defined. at ......mydomain.com/vendor/magento/module-email/Model/Template/Config.php:225)"} []
Additional notes
The problem is that in m2 we use different blocks than in m1.
M1:
{{template config_path="storename/email/header"}}
{{template config_path="storename/email/footer"}}
M2:
{{template config_path="design/email/header_template"}}
{{template config_path="design/email/footer_template"}}
This issue on magento.stackexchange.com.