Adding tracking link to customer 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. ``` Shipping updates ``` 