{{ 'order.product-name' | translate }} {{ 'order.product-sku' | translate }} {{ 'order.unit-price' | translate }} {{ 'order.quantity' | translate }} {{ 'common.custom-fields' | translate }} {{ 'order.total' | translate }}
{{ line.productVariant.name }} {{ line.productVariant.sku }} {{ line.unitPriceWithTax | localeCurrency: order.currencyCode }}
{{ line.unitPrice | localeCurrency: order.currencyCode }}
{{ line.linePriceWithTax | localeCurrency: order.currencyCode }}
{{ line.linePrice | localeCurrency: order.currencyCode }}
{{ addedLine.productVariantName }} {{ addedLine.sku }} {{ addedLine.priceWithTax | localeCurrency: order.currencyCode }}
{{ addedLine.price | localeCurrency: order.currencyCode }}
{{ (addedLine.priceWithTax * addedLine.quantity) / 100 | currency: order.currencyCode }}
{{ (addedLine.price * addedLine.quantity) / 100 | currency: order.currencyCode }}
{{ surcharge.description }} {{ surcharge.sku }} {{ surcharge.priceWithTax | localeCurrency: order.currencyCode }}
{{ surcharge.price | localeCurrency: order.currencyCode }}
{{ surcharge.description }} {{ surcharge.sku }} {{ surchargePrice.priceWithTax | localeCurrency: order.currencyCode }}
{{ surchargePrice.price | localeCurrency: order.currencyCode }}
{{ 'order.shipping' | translate }} {{ order.shippingLines[0]?.shippingMethod?.name }} {{ order.shippingWithTax | localeCurrency: order.currencyCode }}
{{ order.shipping | localeCurrency: order.currencyCode }}

{{ 'order.modifications' | translate }}

{{ 'order.add-item-to-order' | translate }}
{{ addItemSelectedVariant.productVariantName }} {{ addItemSelectedVariant.sku }}
{{ getSelectedItemPrice(addItemSelectedVariant) | localeCurrency: order.currencyCode }}
{{ 'order.add-surcharge' | translate }}
{{ 'order.edit-shipping-address' | translate }} {{ 'order.edit-billing-address' | translate }}
{{ 'order.modification-summary' | translate }}
  • {{ 'order.modification-adding-items' | translate: { count: modifyOrderInput.addItems?.length } }}
  • {{ 'order.modification-adjusting-lines' | translate: { count: modifyOrderInput.adjustOrderLines?.length } }}
  • {{ 'order.modification-adding-surcharges' | translate: { count: modifyOrderInput.surcharges?.length } }}
  • {{ 'order.modification-updating-shipping-address' | translate }}
  • {{ 'order.modification-updating-billing-address' | translate }}