Melbourne ecommerce theme - Adding Afterpay snippets

From Spiffy Stores Knowledge Base

Revision as of 12:04, 1 August 2018 by Shawn (talk | contribs) (Created page with "==1. Product page== Paste the code provided below above this line in your product.liquid file... <pre>{% if settings.yotpo_reviews and settings.yotpo_appkey != blank %}{% inc...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

1. Product page

Paste the code provided below above this line in your product.liquid file...

{% if settings.yotpo_reviews and settings.yotpo_appkey != blank %}{% include "yotpo_stars" %}{% endif %}

You may need to alter the minimum product price in accordance with Afterpay's requirements.

{% if product.price_min < 1000 %}

<img src="Template:'afterpay/ap-01.jpg'" style="width: 100px;"><a href="banner-large.png" id="afterpay-popup" class="image-link"> More info</a>.

Make 4 interest-free payments of Template:Product.price fortnightly and receive your order now.

*Minimum order amount of $100, and a maximum of $1000 applies. <a href="https://www.afterpay.com/en-AU/terms-of-service" id="afterpay-terms-popup" class="" target="_blank"> Afterpay Terms</a>

{% endif %}