Order Status Page
Create your own order status page with seamlessly integrated order, delivery, and payment status details so customers can track the delivery status of their package while engaging with your brand.
Overview
The Order Status page can be integrated in your website so your customers can track their orders and find the latest status of a delivery as well as enjoy a branded experience.
It is supported in over 25 languages and can be configured to include promotional banners or purchased products and custom styles added to fit your brand. You can also fully track the page and include your own recommendation engine without additional effort.
Setting Up an Order Status Page
A branded order status page can be set up in your online shop to give customers real-time delivery updates and a seamless tracking experience.
Add the order status page snippet
Setting up an order status page for your online shop is straightforward. Create an empty landing page on your website or online shop and copy and paste the JavaScript snippet below in the <body/> of your page.
You will need to insert your parcelLab account ID in the plUserId field when copying the tracking snippet below.
The tracking plugin is then used to retrieve and display order tracking information, including the checkpoints of a tracking on your order status page.
<div id="parcellab-track-and-trace">
<img src="https://cdn.parcellab.com/img/loading-spinner-1.gif" alt="loading" />
</div>
<script>
function plTrackAndTraceStart() {
window.parcelLabTrackAndTrace.initialize({
plUserId: TYPE_YOUR_USER_ID_HERE,
lang: 'en', // default language if not specified for order
show_searchForm: true,
show_zipCodeInput: true,
show_articleList: true,
use_campaign_banners: true
});
var linkTag = document.createElement('link');
linkTag.rel = 'stylesheet';
linkTag.href = 'https://cdn.parcellab.com/css/v5/main.min.css';
document.getElementsByTagName('head')[0].appendChild(linkTag);
}
</script>
<script async onload="plTrackAndTraceStart()"
src="https://cdn.parcellab.com/js/v5/main.min.js"></script>Adjust design and page components
Once you've installed the order status page for your website, you can configure additional options to fit your brand, such as custom styling or translations.
Components on the order status page can also be configured to adapt to various use cases, including defining the language and displaying a list of purchased products or promotional banners.

Learn More
View the following topics for further details on integrating an order status page:
FAQs
To help you get started with setting up your order status page, see our FAQs below.
Last updated
Was this helpful?