How to add a tracking link to Shopify email templates? You can add a tracking link to your Shopify email templates so that your customers can track their orders on your store tracking page by clicking the tracking link in the email. Currently, this feature is supported for the following Shopify email templates: - **Order confirmation** - **Shipping confirmation** - **Shipping update** - **Shipment out for delivery** - **Shipment delivered** Here is what it looks in the **Order confirmation** email after you complete the steps below:  **Step 1** Go to your **Shopify admin** → click **Settings** → **Notifications** → select an email template from the list which you'd like to add a tracking link to (e.g. **Order confirmation**) **Step 2** Search (ctrl F or ⌘ F) for the phrase **View your order**, replace it with **Track your order**.  **Note:** If you're on the **Shipment out for delivery** email template, please do a search for the phrase **Track my shipment** instead of **View your order**. **Step 3** Search (ctrl F or ⌘ F) for the phrase **{{ order_status_url }}**, replace it with this code below: {{shop.url}}/apps/parcelpanel?order={{ order.name | remove: "#" }}&token={{ email | split: "" | reverse | join: "" | replace: '@', '_-_' | url_encode }}  **Step 4** Search (ctrl F or ⌘ F) for the phrase **Visit our store**. There will be two parts that have this phrase, replace both with **View your order**.  **Step 5** Search (ctrl F or ⌘ F) for the phrase **{{ shop.url }}**. There will be two parts that have this phrase, replace both with this code below: `{{ order_status_url }}`  **Step 6** **Save** your changes.