How can we help you?

Help Center  >  Tracking Page  >  Adding Tracking Link to Customers Account Page

Example of Customers Account Page

 

Step 1. Open Shopify admin page —— Online Store: Themes —— Actions: Edit code

 

Step 2. Under the Templates folder, click customers/account.liquid, locate < th scope="col">{{ 'customer.orders.fulfillment_status' | t }}< /th>, insert below code segment under this line.

 

 Track Order 

 

 

Step 3. Locate < td data-label="{{ 'customer.orders.fulfillment_status' | t }}">{{ order.fulfillment_status_label }}< /td>, copy and paste below snippet under this line, then Save changes.

<a href="{{shop.url}}/apps/trackingmore?order={{ order.name | remove: "#" }}&token={{ order.customer.email | split: "" | reverse | join: "" | replace: '@', '_-_' | url_encode }}" target="_new">Shipping updates</a>

 



Last update: 2023-02-14 08:38:16

Was this article helpful?
yes no