Add Selected Dates into Your Shopify Order Confirmation Email
- Go to your Shopify store settings:
- Click Notifications
- Click Customer Notifications
- Click Order confirmation
- Click edit code
- 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 %}
- Click save in the top black bar. You’re all setup now.
Updated on: 17/06/2025
Thank you!