{{ 'order.product-name' | translate }} {{ 'order.product-sku' | translate }} {{ 'order.unit-price' | translate }} {{ 'order.quantity' | translate }} {{ 'order.total' | translate }}
{{ 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 }}
{{ discount.description }}
{{ discount.amountWithTax | localeCurrency: order.currencyCode }}
{{ discount.amount | localeCurrency: order.currencyCode }}
{{ field.value }} {{ field.value }}
{{ surcharge.description }} {{ surcharge.sku }} {{ surcharge.priceWithTax | localeCurrency: order.currencyCode }}
{{ surcharge.price | localeCurrency: order.currencyCode }}
{{ discount.description }} {{ couponCode }} {{ 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.shippingLines[0]?.shippingMethod?.name }} {{ order.shippingWithTax | localeCurrency: order.currencyCode }}
{{ order.shipping | localeCurrency: order.currencyCode }}
{{ 'order.total' | translate }} {{ order.totalWithTax | localeCurrency: order.currencyCode }}
{{ order.total | localeCurrency: order.currencyCode }}