Logo
{% for line_item in cart.items %} {% endfor %}

Hello {{ cart.customer_name }} 👋

We noticed that you left some items in your cart. Don't miss out on these great products!

Your shopping cart:

{{line_item.name}}

Code: {{line_item.sku}}

{{line_item.quantity}} pcs

{{line_item.sale_price}} {{line_item.currency}}

Subtotal: {{cart.sub_total}} {{cart.currency}}
Discount: {{cart.discount_total}} {{cart.currency}}
Tax: {{cart.tax_total}} {{cart.currency}}
Total: {{cart.total}} {{cart.currency}}

Complete Your Purchase

Got a question? Email us at  faq@virtoway.com