|
{{ line.productVariant.name }} |
{{ line.productVariant.sku }} |
{{ line.unitPriceWithTax | localeCurrency: order.currencyCode }}
{{ line.unitPrice | localeCurrency: order.currencyCode }}
|
{{ line.quantity }}
|
{{ line.linePriceWithTax | localeCurrency: order.currencyCode }}
{{ line.linePrice | localeCurrency: order.currencyCode }}
{{ 'order.promotions-applied' | translate }}
|