New order just came in! 🎉
Someone placed a new order in your store.
To see order details please click the button "See order" below.
See order
Item
Qty
Per unit
Subtotal
{{#each order.lines}}
{{#if variant_name}}
{{product_name}} ({{variant_name}})
{{else}}
{{product_name}}
{{/if}}
{{quantity}}
{{price unit_price_net_amount unit_price_gross_amount ../order.currency display_gross=../order.display_gross_prices}}
{{price total_net_amount total_gross_amount ../order.currency display_gross=../order.display_gross_prices}}
{{/each}}
Subtotal
{{price order.subtotal_net_amount order.subtotal_gross_amount order.currency display_gross=order.display_gross_prices}}
Shipping
{{price order.shipping_price_net_amount order.shipping_price_gross_amount order.currency display_gross=order.display_gross_prices}}
{{#if order.display_gross_prices}} Taxes (included) {{else}} Taxes {{/if}}
{{price order.tax_amount order.tax_amount order.currency display_gross=order.display_gross_prices}}
{{#if order.voucher_discount}}
Discount
{{price order.voucher_discount.amount_value order.voucher_discount.amount_value order.currency display_gross=order.display_gross_prices}}
{{/if}}
Total
{{price order.total_net_amount order.total_gross_amount order.currency display_gross=order.display_gross_prices}}
Billing address
Shipping address
{{#if order.billing_address}} {{format_address order.billing_address}} {{else}} No billing address {{/if}}
{{#if order.shipping_address}} {{format_address order.shipping_address}} {{else}} No shipping required {{/if}}
Have a great day!
This is an automatically generated e-mail, please do not reply.
Certain messages, like this one, are essential to service operations.