-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Area: FrameworkComponent: EmailComponent: Framework/FilterFixed in 2.4.xThe issue has been fixed in 2.4-develop branchThe issue has been fixed in 2.4-develop branchReported on 2.4.5-p1Indicates original Magento version for the Issue report.Indicates original Magento version for the Issue report.
Description
Preconditions and environment
- Magento version: 2.4.5-p1
- Magento version: 2.4.4-p2
Steps to reproduce
- Go to admin -> marketing -> email templates
- Click Add new email template
- Load Default Template form "New Order"
Add these lines before greeting/or wherever you want
{{if order_id}} {{depend order_id}} {{trans 'My order id is: <span class="no-link">%order_id</span>.' order_id=$order_id |raw}} {{/depend}} {{/if}}
So looks like this:
denissdubinin
Metadata
Metadata
Assignees
Labels
Area: FrameworkComponent: EmailComponent: Framework/FilterFixed in 2.4.xThe issue has been fixed in 2.4-develop branchThe issue has been fixed in 2.4-develop branchReported on 2.4.5-p1Indicates original Magento version for the Issue report.Indicates original Magento version for the Issue report.