Creating a Tracking Page with HTML code You can also create a tracking page under Shopify Pages, with URL like **shop-url.myshopify.com/pages/track-order**. Step 1. Copy below code snippet: ``` ``` Step 2. Go to **Shopify admin** → **Online Store: Pages** → **Add page**  Step 3. Click **<> (Show HTML)** → write down your **Title** and paste copied code to the text box → **Save**.   Step 4. Go to **Shopify admin** → **Online Store: Navigation**, select a menu that you would like to add the tracking page to → **Add menu item**  Step 5. Input **Name** → Select pages just created → **Add** → **Save**  Step 6. Go to **Tracking Page** settings in app admin, copy and paste below code to CSS box, to remove original 'Track Your Order' title: ``` .tm_tracking_title {display: none;} ```