How to add a tracking link to Shopify SMS templates? You can add a tracking link to your Shopify SMS templates so that your customers can track their orders on your store tracking page by clicking the tracking link in the SMS. **Step 1** Go to your **Shopify admin** → **Settings** → **Notifications** → choose a SMS template which you’d like to add a tracking link to (e.g. **Order confirmation**) **Step 2** Copy the code below: `Track your order here: {{shop.url}}/apps/parcelpanel?order={{ order.name | remove: "#" }}&email={{ order.email }}` **Note**: if you have changed your [tracking page URL](https://docs.parcelpanel.com/article/33 "parcelpanel proxy URL"), please also edit the code above (the "/apps/parcelpanel/" portion) to match your live tracking URL. **Step 3** Paste the code to the SMS template as the picture shows below:  **Step 4** Save your changes.