|
{{ sort.sortOrder }}
|
|
||||
|---|---|---|---|---|---|
|
|
|||||
|
|
|||||
|
|
|||||
| {{ surcharge.description }} | {{ surcharge.sku }} |
{{ surcharge.priceWithTax | localeCurrency : order.currencyCode }}
{{ surcharge.price | localeCurrency : order.currencyCode }}
|
|||
|
{{ discount.description }}
|
{{ discount.amountWithTax | localeCurrency : order.currencyCode }}
{{ discount.amount | localeCurrency : order.currencyCode }}
|
||||
| {{ 'order.sub-total' | translate }} |
{{ order.subTotalWithTax | localeCurrency : order.currencyCode }}
{{ order.subTotal | localeCurrency : order.currencyCode }}
|
||||
| {{ 'order.shipping' | translate }} |
|
{{ order.shippingWithTax | localeCurrency : order.currencyCode }}
{{ order.shipping | localeCurrency : order.currencyCode }}
|
|||
| {{ 'order.total' | translate }} |
{{ order.totalWithTax | localeCurrency : order.currencyCode }}
{{ order.total | localeCurrency : order.currencyCode }}
|
||||