Add Selected Dates into Your Shopify Order Confirmation Email


  1. Go to your Shopify store settings:


  1. Click Notifications


  1. Click Customer Notifications

  1. Click Order confirmation


  1. Click edit code

  1. Copy and Paste the following snippet just below the following text: “getting your order ready to be shipped. We will notify you when it has been sent.


Snippet:


{% if attributes.__flare_delivery_date %}
<p>Estimated delivery: {{ attributes.__flare_delivery_date | date: "%A, %B %d, %Y" }}</p>
{% endif %}
  1. Click save in the top black bar. You’re all setup now.

Updated on: 17/06/2025

Was this article helpful?

Share your feedback

Cancel

Thank you!