{% assign afterpay_logo_theme = 'colour' %} {% assign afterpay_count_eligible_variants = 0 %} {% assign afterpay_supported_currencies = 'AUD, NZD, USD' | split: ', ' %} {% assign afterpay_maximum_value_in_cents = 100000 %} {% if shop.currency == 'USD' %} {% assign afterpay_minimum_value_in_cents = 3500 %} {% assign afterpay_terms_url = 'https://www.afterpay.com/purchase-payment-agreement' %} {% assign afterpay_line_1 = 'or 4 installments of' %} {% assign afterpay_line_2 = 'by' %} {% else %} {% assign afterpay_minimum_value_in_cents = 4 %} {% assign afterpay_terms_url = 'https://www.afterpay.com/terms' %} {% assign afterpay_line_1 = 'or make 4 interest-free payments of' %} {% assign afterpay_line_2 = 'fortnightly with ' %} {% endif %} {% if afterpay_supported_currencies contains shop.currency %} {% for afterpay_variant in product.variants %} {% if afterpay_variant.available and afterpay_variant.price >= afterpay_minimum_value_in_cents and afterpay_variant.price <= afterpay_maximum_value_in_cents %} {% assign afterpay_count_eligible_variants = afterpay_count_eligible_variants | plus: 1 %} {% endif %} {% endfor %} {% endif %} {% if afterpay_count_eligible_variants > 0 %}
{{ afterpay_line_1 }}
${{ product.selected_or_first_available_variant.price | divided_by: 4.0 | round | money_without_currency }} {{ shop.currency }}
{{ afterpay_line_2 }}
More info