How to show selected delivery details in the order confirmation email?

To show selected order delivery date in customer order email, please follow the below mentioned steps.

Email template file path: Login into Admin panel.

Click on this link “Order Confirmation Email Template”, click on it.

Insert below code on preferred position to show order Additional Detail in the email template and save it.

And to send Order Delivery Date detail in other email, insert the same code mentioned below

{% for attribute in attributes %}
{{ attribute | first | replace: '-', ' ' | replace: '_', ' ' | capitalize }} : {{ attribute | last | capitalize }}
{% endfor %}

For quick view of all the above step, check the below image #

Scroll to Top