Email Templates Configuration
- From your Shopify admin, go to Settings > Notifications
- In the Email templates section, click the template(s) you want to change
- Copy the code below and paste it into the first line of the email template(s)
{% capture order_status_url %}{{ shop.url }}/pages/order-tracking-page?ordernumber={{ order_number }}&hash={{ customer.email | strip | downcase | md5 }}{% endcapture %}
You can add the Order Tracking Page link to the following email templates:
- Order confirmation
- Shipping confirmation
- Shipping update
- Shipment out for delivery
- Shipment delivered