Difference between revisions of "Melbourne ecommerce theme - Adding Afterpay snippets"

From Spiffy Stores Knowledge Base

(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...")
 
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
==1Product page==
+
These instructions no longer apply, as Afterpay support is now built into this themeIf you are using an older version of the Melbourne theme that doesn't include Afterpay support, you'll need to update your theme.
Paste the code provided below above this line in your product.liquid file...
 
<pre>{% if settings.yotpo_reviews and settings.yotpo_appkey != blank %}{% include "yotpo_stars" %}{% endif %}</pre>
 
  
You may need to alter the minimum product price in accordance with Afterpay's requirements.
 
  
<code>
+
<br>
{% if product.price_min < 1000 %}
+
 
  <div style="margin-top:15px; margin-bottom:15px;">
+
 
    <p><img src="{{ 'afterpay/ap-01.jpg' | global_asset_url }}" style="width: 100px;"><a href="https://static.secure-afterpay.com.au/banner-large.png" id="afterpay-popup" class="image-link"> More info</a>.</p>
+
[[The Melbourne ecommerce theme guide|&laquo; The Melbourne theme guide]]
    <p>Make 4 interest-free payments of <strong><span id="afterpay-price">{{ product.price | divided_by: 4 | money }}</strong> fortnightly and receive your order now.</p>
 
    <p style="font-color: #CCC; font-size: 11px;">*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></p>
 
  </div>
 
{% endif %}
 
</code>
 

Latest revision as of 08:24, 7 May 2020

These instructions no longer apply, as Afterpay support is now built into this theme. If you are using an older version of the Melbourne theme that doesn't include Afterpay support, you'll need to update your theme.




« The Melbourne theme guide