Ship24
Ship24 is a shipment tracking platform that allows businesses and customers to track parcels across multiple international couriers. It provides branded tracking pages and tools that can be embedded into websites so customers can track deliveries directly.
Key features include:
- Multi-carrier parcel tracking
- Branded shipment tracking pages
- Delivery notifications
- Shipment monitoring dashboard
- Embeddable tracking interfaces for websites
Ship24 integrates with ShopWired by providing an iframe embed for a branded tracking page so customers can track their shipments directly on your website.
Account creation
Account creation
Create an account on the Ship24 website at Ship24.
After creating your account you can configure a branded tracking page and generate a unique URL for the page. Ship24 then provides iframe code which can be embedded into your website.
Adding a Ship24 branded tracking page to website pages
Adding a Ship24 branded tracking page to website pages
Ship24 provides an iframe embed that displays your branded tracking page directly inside a webpage.
The embed code provided by Ship24 will be similar to the example shown below.
<iframe src="https://yourbrand.ship24.com/" width="100%" height="100%" style="border:none;"></iframe>
The code shown above is provided as an example only. You must copy the exact code provided in your own Ship24 account.
Using height="100%" may not display the widget correctly on all pages. You may need to adjust the iframe height so the tracking interface displays properly within the page layout.
For example:
<iframe src="https://yourbrand.ship24.com/" width="100%" height="800" style="border:none;"></iframe>
The example above demonstrates using a fixed height of 800 pixels which can provide a better display for the tracking interface.
- Navigate to Website > Themes
- Select
customise your theme - Select
add a new section - Select the
custom HTMLsection type - Paste the iframe embed code into the Custom HTML setting
- Position the section where you want the tracking page to appear on the page
Recommendations
Recommendations
- Place the tracking page on a dedicated order tracking or help page
- Clearly label the page so customers know where to track their shipments
- Test the iframe embed on a draft theme before publishing to your live theme
- Adjust the iframe height to ensure the tracking interface displays correctly on your website