Appearance
Add Rush Tracking Page Link to Shopify Emails β
Overview β
This article will help with adding a tracking link to Shopify email templates. Rush allows Shopify store owners to add a link to their tracking page within their native email templates. This will direct the customer to the tracking page where they can see their order details and find out more about what your brand has to offer.
The tracking link can be added to the following Shopify native emails:
- Order confirmation
- Shipping confirmation
- Shipping update
- Shipment out for delivery
- Shipment delivered
Supported Platform β
Shopify
Step-by-step Guide β
Add a tracking link in Shopify native emails by following the steps given below:
Log in to your Shopify admin account.
From the navigation sidebar to the left, click on Settings located at the bottom left corner.
Click on Notifications from the navigation sidebar.
Scroll down to the Shipping section.
Click on the email template from the list to which you'd like to add a tracking link.
Search (ctrl + F or β + F) for the phrase "View your order".
Change the following:
From:
html<td class="button__cell"> <a href="{{order_status_url}}" class="button__text">View your order</a> </td>
To:
html<td class="button__cell"> <a href="tr.ac/k/your-link?search={{ order.name | remove: '#' }}&search_order={{ order.name | remove: '#' | url_encode }}&search_email={{ email | url_encode }}" class="button__text" >View your order</a > </td>
Note: Please check the variables before copy/pasting. The merchant's permalink is shown under the Tracking page menu of the app. In this example,
tr.ac/k/your-link
should be replaced with the actual link, e.g.,https://tr.ac/k/WHXbM
.Save the changes made above.
Update the Tracking Number Link β
Search (ctrl + F or β + F) for the phrase "fulfillment.tracking_company".
Change the following:
From:
html<a href="{{ fulfillment.tracking_url }}" >{{ fulfillment.tracking_numbers.first }}</a >
To:
html<a href="tr.ac/k/your-link?search={{ order.name | remove: '#' }}&search_order={{ order.name | remove: '#' }}&search_email={{ email }}" >{{ fulfillment.tracking_numbers.first }}</a >
Confirmation β
Thatβs all! Here is what it looks like in the Order confirmation email after you complete the steps above.
Contact Us β
For more information regarding anything, feel free to reach out and weβll be happy to assist you.