Create A Landing Page
Shopify
Setup a landing page
The landing page is a dedicated information page to educate customers about our product, while also providing access for customers to pre-apply for their accounts.
Adding the page only takes a few moments and only involves a few simple steps.
- In the admin dashboard, navigate to Pages > Add page
- Enter Zip Payments in the Title field.
Copy and paste the landing page code
- Copy the Zip Landing Page Code in the box below, and Paste it in the HTML view box.
<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>Note:
paste your Public Key between the quotation marks " " and ensure there are not white spaces at both ends.
- Click "Save"
Add the landing page to the navigation menu
-
In your admin dashboard, navigate to menu settings
-
Select the menu you wish to update
-
Click Add menu item
-
In the Name field, enter "Zip Payments"
-
Click the Link box and select Pages, then select the Zip landing page you created in the previous step.
-
Click “Add” and then "Save menu"
Updated about 18 hours ago
