Shopware
Integrate parcelLab's Order Status page in your Shopware 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 Shopware store to provide your customers with timely delivery status updates and a fully branded experience.
Last updated
Was this helpful?
Was this helpful?
<link href="https://cdn.parcellab.com/css/v2/parcelLab.min.css" rel="stylesheet">
<link href="https://cdn.parcellab.com/css/font-awesome.min.css" rel="stylesheet">
<script type="text/javascript">
$.getScript('https://cdn.parcellab.com/js/v2/parcelLab.min.js', function () {
var parcelLab = new ParcelLab('#some-dom-id'); // <~ where the trackings will be rendered...
parcelLab.initialize();
});
</script>
<div id="some-dom-id"></div>