Articles on: Estimated Shipping Date

How to add estimated shipping date to Order Confirmation Email?

Code to add estimated shipping date to Order Confirmation Email

Please go to the setting of your store >> Notification >> Order confirm >> add code under H4: shipping method
Some special email template that doesn't include H4 tag, please contact us for support.


Code:

{% for p in line.properties %}

{% unless p.last == blank %}

{{ p.first }}: {{ p.last }}

{% endunless %}

{% endfor %}


Updated on: 24/07/2022

Was this article helpful?

Share your feedback

Cancel

Thank you!