Create A Landing Page

Plugin icon

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.

  1. In the admin dashboard, navigate to Pages > Add page
  2. Enter Zip Payments in the Title field.

Copy and paste the landing page code

  1. 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.

  1. Click "Save"

Add the landing page to the navigation menu

  1. In your admin dashboard, navigate to menu settings

  2. Select the menu you wish to update

  3. Click Add menu item

  4. In the Name field, enter "Zip Payments"

  5. Click the Link box and select Pages, then select the Zip landing page you created in the previous step.

  6. Click “Add” and then "Save menu"