Adding tracking link to Shopify SMS notification Shopify allows sellers to give their customers an option of entering phone numbers at checkout instead of email addresses. And these customers receive their Shopify notifications by SMS. [Learn more](https://help.shopify.com/en/manual/orders/notifications/sms-notifications#enable-the-option-to-enter-a-phone-number-at-checkout "Learn more") in Shopify. **Steps 1.** Copy the snippet below. ``` Track Order: {{shop.url}}/apps/trackingmore?order={{ order.name | remove: "#" }}&token={{ email | split: "" | reverse | join: "" | replace: '@', '_-_' | url_encode }} ``` > If you have changed the default tracking page URL, i.e. [Trackingmore proxy URL](https://www.trackingmore.com/shopify/article/28 "Trackingmore proxy URL"), make sure that you also input the customized tracking page URL code above accordingly, normally the ***apps/trackingmore*** portion. **Step 2.** Go to **Shopify admin** page → **Settings** → **Notifications**, choose one you'd like to edit → **SMS** → paste the snippet to it → **Save**.  **Related article**: [How to add a tracking link to Shopify email templates?](https://www.trackingmore.com/shopify/article/15 "How to add a tracking link to Shopify email templates?")