Create a Zip landing page
Opencart
Setup a Zip landing page
The landing page is a dedicated information page to educate customers about the Zip product, while also providing access for customers to pre-apply for their Zip accounts.
Adding the page only takes a few moments and only involves a few simple steps.
Australian Landing Page Example
New Zealand Landing Page Example
#3 Tab title here
#3 Tab content here
Dolor sit amet
Ololo pysh pysh
Add a Zip landing page
- In the left-hand menu, navigate to Catalogue > Information
- Click to blue + icon on the top right of the page
- Click on the "General" tab
- In the Information Title field, enter "About Zip" or "Zip - own it now pay later"
- In the Description section, click on the </> button
- Copy the below Zip Landing Page code and Paste it in the code view section.
Toggle between tabs to find your regions HTML snippet
Note: data-zm-region="your_region_here"data-zm-merchant= {Merchant Public Key} is only valid in Australia
<script type="text/javascript" src="https://static.zip.co/lib/js/zm-widget-js/dist/zip-widget.min.js"></script>
<div zm-asset="landingpage"
data-env="production"
data-zm-merchant="{put the AU merchant_public_key here}"
zm-widget="inline"
data-zm-region="AU">
</div>
<script type="text/javascript" src="https://static.zip.co/lib/js/zm-widget-js/dist/zip-widget.min.js"></script>
<div zm-asset="landingpage"
data-env="production"
data-zm-merchant=""
zm-widget="inline"
data-zm-region="nz">
</div>
- In the Meta Tag Title field, enter Zip - Own it now, pay later
- Select the Data tab.
- Tick the Bottom checkbox
- Enter Sort Order as 5
- Click the blue Save icon
Updated over 1 year ago