Add Order Status Page
Integrate parcelLab's Order Status page in your Shopify store to provide your customers with timely delivery status updates and a fully branded experience.
Last updated
Was this helpful?
Integrate parcelLab's Order Status page in your Shopify store to provide your customers with timely delivery status updates and a fully branded experience.
Last updated
Was this helpful?
Was this helpful?
<div id="parcellab-track-and-trace">
<img src="https://cdn.parcellab.com/img/loading-spinner-1.gif" alt="loading" />
</div>
<script>
function plTrackAndTraceStart() {
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);
window.parcelLabTrackAndTrace.initialize();
}
</script>
<script async onload="plTrackAndTraceStart()"
src="https://cdn.parcellab.com/js/v5/main.min.js"></script>