{% 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 }}, We've noticed you have added items to your basket but not yet completed your purchase. Every item bought will help us continue to treat much loved pets in need. If you would like to complete your purchase please click on the link below. Thank you for your support. {% else %} Hi {{ billing_address.first_name }}, We've noticed you have added items to your basket but not yet completed your purchase. Every item bought will help us continue to treat much loved pets in need. If you would like to complete your purchase please click on the link below. Thank you for your support. {% endif %} {% else %} {% if item_count == 1 %} Hi {{ billing_address.first_name }}, We've noticed you have added items to your basket but not yet completed your purchase. Every item bought will help us continue to treat much loved pets in need. If you would like to complete your purchase please click on the link below. Thank you for your support. {% else %} Hi {{ billing_address.first_name }}, We've noticed you have added items to your basket but not yet completed your purchase. Every item bought will help us continue to treat much loved pets in need. If you would like to complete your purchase please click on the link below. Thank you for your support. {% 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.refunded_quantity > 0 %} Refunded {% endif %}