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
Code:
{% for p in line.properties %}
{% unless p.last == blank %}
{{ p.first }}: {{ p.last }}
{% endunless %}
{% endfor %}

Please go to the setting of your store >> Notification >> Order confirm >> add code under H4: shipping method
Code:
{% for p in line.properties %}
{% unless p.last == blank %}
{{ p.first }}: {{ p.last }}
{% endunless %}
{% endfor %}

Updated on: 10 / 02 / 2022