test

{% capture email_title %} {% if item_count == 1 %} You left an item in your cart {% else %} You left items in your cart {% endif %} {% endcapture %} {% capture email_body %} {% if billing_address.first_name %} {% if item_count == 1 %} Hi {{ billing_address.first_name }}, you added an item to your shopping cart and haven't completed your purchase. You can complete it now while it's still available. click here to get 25% off discount.https://www.nicec.com.au/discount/WVD3M0QYY8S4 {% else %} Hi {{ billing_address.first_name }}, you added items to your shopping cart and haven't completed your purchase. You can complete it now while they're still available. {% endif %} {% else %} {% if item_count == 1 %} Hi, you added an item to your shopping cart and haven't completed your purchase. You can complete it now while it's still available. {% else %} Hi, you added items to your shopping cart and haven't completed your purchase. You can complete it now while they're still available. {% endif %} {% endif %} {% endcapture %} {{ email_title }}
{%- if shop.email_logo_url %} {{ shop.name }} {%- else %}

{{ shop.name }}

{%- endif %}

{{ email_title }}

{% if custom_message != blank %}

{{ custom_message }}

{% else %}

{{ email_body }}

{% endif %}
 
Items in your cart
{% if shop.url %} {% endif %}

Complete your purchase

{% for line in subtotal_line_items %} {% endfor %}
{% if line.image %} {% endif %} {% if line.product.title %} {% assign line_title = line.product.title %} {% else %} {% assign line_title = line.title %} {% endif %} {% if line.quantity < line.quantity %} {% capture line_display %} {{ line.quantity }} of {{ line.quantity }} {% endcapture %} {% else %} {% assign line_display = line.quantity %} {% endif %} {{ line_title }} × {{ line_display }}
{% if line.variant.title != 'Default Title' %} {{ line.variant.title }}
{% endif %} {% if line.selling_plan_allocation %} {{ line.selling_plan_allocation.selling_plan.name }}
{% endif %} {% if line.refunded_quantity > 0 %} Refunded {% endif %} {% if line.discount_allocations %} {% for discount_allocation in line.discount_allocations %} {% if discount_allocation.discount_application.target_selection != 'all' %} {{ discount_allocation.discount_application.title | upcase }} (-{{ discount_allocation.amount | money }}) {% endif %} {% endfor %} {% endif %}
Loading...