{% for product in var:products %}

Thank you for your order!

Dear {{var:first_name:''}},

Thank you for shopping at {{var:store_name:''}}.

We are processing your order and will email you once it has been shipped. In the meanwhile you can check your order status online by following this link. Please find below a summary of your purchase.

Your order details

Order number {{var:order_number:''}}

Item list

{{product.title}}

{{product.title}}

{{product.variant_title}}

Quantity: {{product.quantity}}

{{product.price}}

{% endfor %}

Order subtotal

{{var:order_subtotal:''}}

Discount

{{var:order_discount_total:''}}

Taxes

{{var:order_total_tax:''}}

Shipping fee

{{var:order_shipping_total:''}}

Order total

{{var:order_total:''}}

Shipping address

{{var:order_shipping_address:''}}

Billing address

{{var:order_billing_address:''}}

Please make sure that someone can sign for your parcel at the above shipping address when it’s delivered.

If you have any questions you can email us at {{var:store_email:''}}.

 

Best regards,

{{var:store_name:''}} staff

This email was sent to you by {{var:store_name:''}} - {{var:store_address:''}}