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

The Shopware guide options and screenshots are available in German only 🇩🇪.

To set up the Shopware integration:

  1. Select Marketing > Einkaufswelten in the main menu, and then click Einkaufswelt Hinzufügen.

  2. 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.

  3. Click the pen icon on the new page.

    Pen icon highlighted

    The Code Element window will display, where you can directly edit the HTML code.

  4. 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.

The height of embedded HTML elements can be dynamically adapted to avoid scroll bars.

Last updated

Was this helpful?