Helpcenter +918010117117 https://cdn.storehippo.com/s/573db3149f0d58741f0cc63b/ms.settings/5256837ccc4abf1d39000001/57614ef64256dc6851749879-480x480.png" [email protected] https://www.facebook.com/StoreHippohttps://twitter.com/StoreHippohttps://www.linkedin.com/company/hippoinnovations/https://plus.google.com/+Storehippo/posts
B4,309-10 Spaze iTech Park, Sector 49, Sohna Road, 122001 Gurgaon India
call to replace anchor tags contains '/admin' in href

Tracking a shipment

StoreHippo provides the feature of shipment tracking through the platform. Once a shipment is shipped through the ShipKaro or your own logistic providers that are integrated with StoreHippo, you can track the status of shipment on the website itself rather than going to the logistic provider website for tracking the shipment.

To enable the tracking shipment feature, you need to add the link to track order on your website. When the Track order link is configured on the website then the Track order tab will be displayed in the section where you have added it, click on it and enter the tracking number of the shipment whose status is to be checked.

Adding Track Shipment Link

To implement the Track shipment feature, you need to create a Static page.

  1. Go to Site >  Page section in StoreHippo Admin Panel
  2. Click on Add new to create a new static page.
  3. Enter the title as "Track order".
  4. The alias will be generated automatically.
  5. Click on the Code Editor in the included template.
  6. In the template section, copy and paste the below-mentioned code snippet and save it.
    <div ms-widget="trackStatus">
      
    </div>

  7. Go to Site > Navigations section in StoreHippo Admin Panel.
  8. Edit the relevant section (footer or header) where you want to display the Track order link.
  9. Click on Add Item button.
  10. Choose the type as Static Page and enter Track order in the title. 
  11. In the URL, mention /page/track-order i.e the alias of the Track order static page.
  12. Save it.

Updating tracking status of shipments in bulk

You can update the tracking status of shipments and their corresponding order andfulfillmentfrom the Shipment section. You can achieve this in the following steps:

  1. Go to Orders > Shipment section in StoreHippo Admin Panel.

  2. Export the shipments for which you want to update the tracking status.

  3. Select columns fulfillment_id, order_id, tracking_number and tracking_status, in addition to any other column that you desire, before exporting the shipments.

  4. In the exported CSV, provide the desired tracking status against the shipments.

  5. Do not delete the column _id.

  6. Import the modified CSV and you will see the updated tracking status.

2021-12-15T11:46:52.426Z