Order no. {{ order.order_number }}
{{ getStatusLabel(order.status) }}

{{ order.ordered_on|formatDateTimeVue }}

Delivery address

Billing address

Payment method

{{ getPaymentMethod() }}

Details

Product
Size
Price
Amount
Total
Size: {{ selectedSize(orderItem.meta_data) }}
Price: from SRP {{ orderItem.value|formatCurrencyVue(order.currency) }}
Amount: {{ orderItem.quantity }}
Total: from SRP {{ orderItem.total_value|formatCurrencyVue(order.currency) }}
Subtotal
{{ order.subtotal|formatCurrencyVue(order.currency) }}
Voucher discount
(code: {{ order.applied_coupons[0].name }})
- {{ order.applied_coupon_discount|formatCurrencyVue(order.currency) }}
Gift
- {{ order.discount_rules_discount|formatCurrencyVue(order.currency) }}
Gwp_discount
(Code: {{ order.shipping_notes.gwp_code }} )
- {{ gwpOrderItem.discounted_amount|formatCurrencyVue(order.currency) }}
Taxes
{{ order.tax|formatCurrencyVue(order.currency) }}
Total cost
from SRP  {{ order.total|formatCurrencyVue(order.currency) }}
incl. tax