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}}
|