Create a Zip landing page
BigCommerce
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 takes a few moments and only involves a few simple steps.
Add a Zip landing page
- In the BigCommerce admin dashboard, navigate to Storefront > Web Pages > Create a Web Page
- Click the "Add new" button in the top right-hand corner.
- Enter the page name Zip - Own it now, pay later.
- Find the "HTML button" and click the "Source Code" tab
- Copy the Landing Page Code in the box below, and Paste it into the Source Code section.
<script type="text/javascript" src="https://static.zipmoney.com.au/lib/js/zm-widget-js/dist/zip-widget.min.js"></script>
<div data-zm-merchant="YOUR ZIP PUBLIC KEY" data-env="production"></div>
<div id="zip-LP" data-zm-asset="landingpage" data-zm-widget="inline">
</div>
- Replace the YOUR ZIP MERCHANT PUBLIC KEY in the above code with your specific Public Key.
Paste your Public Key between the quotation marks " " and ensure there are not white spaces at both ends.
- Add the Zip landing page to your desired navigation menus.
Updated about 1 month ago