Strip Banner
Assets Installation
Strip Banner
Adding the Zip strip banner
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.
In order to activate the Zip strip banner 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="stripbanner"
data-env="production"
data-zm-merchant="{put the merchant_public_key here}"
zm-widget="inline"
data-zm-region="au">
</div>
Attribute | Description | Values |
---|---|---|
data-zm-merchant | Zip public merchant idRequired for AU stores only | |
zm-asset | To specify which version of Zip widget to display | For ZipPay/ZipMoney:stripbanner |
data-zm-region | To specify the product price when the widget is implemented in product pages | au - Australianz - New Zealand |
data-zm-language | Used to specify the language of the tagline | en es |
Updated almost 2 years ago