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.
Configure Shopware
To set up the Shopware integration:
Select Marketing > Einkaufswelten in the main menu, and then click Einkaufswelt Hinzufügen.
To create a new page, do the following: a. Click the Einstellungen tab. b. Enter the name of the page (in this example, it is "Sendungsverfolgung"). c. Select the Aktiv and Landingpage check boxes. d. Assign the required URL. e. Save the changes.
Click the pen icon on the new page.
The Code Element window will display, where you can directly edit the HTML code.
Copy the following code into the HTML Code section.
<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>
5. Enter parcelLab-style in the CSS Klasse field in the Globale Element-Einstellungen section.
6. Save the changes.
The Shopware integration setup is saved.
Last updated
Was this helpful?