How to show delivery date on cart, checkout & email?
Show delivery date on cart, checkout page
- Navigate to ETA Rules page
- Click Edit at the rule you want to show on cart, checkout page
- Toggle option Show delivery date on cart & checkout then customize label & message
- Click Save
Show delivery date in order confirmation email
- Go to Shopify email settings page
- Choose email template you want to show delivery date then insert these code
{% for p in line.properties %}
{% unless p.last == blank %}
{{ p.first }}: {{ p.last }}
{% endunless %}
{% endfor %}
Updated on: 13/05/2025
Thank you!