Hi!
{{#if order.order_details_url}} Thank you for your order. Below is the list of ordered products. To see your payment details please visit:
{{order.order_details_url}}
{{else}} Thank you for your order. Below is the list of ordered products. {{/if}}
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}}
Item
Quantity
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}}
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}}
This is an automatically generated e-mail, please do not reply.
Sincerely, {{ site_name }}
{{#if order}} {{/if}}