| {{ 'order.product-name' | translate }} | {{ 'order.product-sku' | translate }} | {{ 'order.quantity' | translate }} | {{ 'order.unit-price' | translate }} | {{ 'order.prorated-unit-price' | translate }} | {{ 'order.quantity' | translate }} | {{ 'order.refund' | translate }} | {{ 'order.cancel' | translate }} | |
|---|---|---|---|---|---|---|---|---|
|
|
{{ line.productVariant.name }} | {{ line.productVariant.sku }} |
{{ line.quantity }}
|
{{ line.unitPriceWithTax | localeCurrency: order.currencyCode }} |
{{ line.proratedUnitPriceWithTax | localeCurrency: order.currencyCode }}
{{ discount.description }}
{{ discount.amount / 100 / line.quantity | number: '1.0-2' | currency: order.currencyCode }}
|
|
|