Articles on: Estimated Delivery Date

How to show delivery date on cart, checkout & email?


Show delivery date on cart, checkout page


  1. Navigate to ETA Rules page


  1. Click Edit at the rule you want to show on cart, checkout page


  1. Toggle option Show delivery date on cart & checkout then customize label & message


  1. Click Save


Show delivery date in order confirmation email


  1. Go to Shopify email settings page
  2. 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

Was this article helpful?

Share your feedback

Cancel

Thank you!