How to creat a new tracking page via HTML code? The ParcelPanel tracking page's URL is like this by default: https://yourstorename.myshopify.com/apps/parcelpanel, which is displayed via a Shopify official "app proxy" feature. If you want to creat a new tracking page displayed via HTML code or do some other integrations via HTML code, get the HTML code below. ```html <div class="pp_main"> <div class="pp_tracking_info" style="display: none;"></div> <div class="pp_tracking_content"></div> </div> <script type="text/javascript" src="//www.parcelpanel.com/track-page/track-js-get/pp-tracking-ajax-func"></script> ``` **Related instruction: How to creat a new tracking page via HTML code?** **Step 1** Go to **Shopify admin** → **Online Store** → **Pages** → click **Add page** button  **Step 2** Click **Show HTML** button → fulfill the **Title** and paste the code above to the **Content** → **Save** your changes   **Step 3** Go to **Shopify admin** → **Online Store** → **Navigation** → select a menu (Main menu, Footer menu or Add menu) that you prefer to add your tracking page to  **Step 4** Click **Add menu item**  **Step 5** Fulfill the **Name** → select **Pages** → select the tracking page you just created → click **Add** button    **Step 6** **Save** your changes.