Landing page

Plugin icon

Assets Installation

Enabling the Zip assets: Landing page


Adding the JavaScript Library

The JavaScript Library is a key component of the Zip web assets integration. It’s used to manage the communication between your website and the Zip default assets functionality. The JavaScript Library will render the content in the placements tags and not adding it to your site will mean the assets are not loaded.

<script type="text/javascript" src="https://static.zip.co/lib/js/zm-widget-js/dist/zip-widget.min.js"></script>

Adding the Zip landing page

In order to implement the Zip landing page you need to add the HTML snippet with all the required attributes to deliver the correct message for your website. This will be the container where the Zip Javascript library will inject the messaging.
<div zm-asset="landingpage" 
     data-env="production"
     data-zm-merchant="{put the merchant_public_key here}"
     zm-widget="inline"
     data-zm-region="au">
</div>

Here is a list of the attributes available to activate the messaging:

AttributeDescriptionValues
data-zm-merchantZip public merchant id

Required for AU stores only
data-zm-regionTo specify the product price when the widget is implemented in product pagesau - Australia
nz - New Zealand
zm-assetTo specify which version of Zip widget to displayFor ZipPay/ZipMoney:
landingpage