Order #{{ OCtrl.orderData.InvoiceReference }}
Date:
{{ OCtrl.orderData.DateCreated | date: 'EEEE d MMMM y' }}
Email To:
{{ OCtrl.orderData.Email }}
Delivered To:
{{ OCtrl.orderData.DeliveryAddress }}
Summary
Product
Unit price
Qty
Total Inc. GST
{{ item.ProductName }}
{{ item.ProductVariantName }}
{{ item.UnitPrice | currency }}
x {{ item.Quantity }}
{{ item.TotalAmount | currency }}
SubTotal(Including GST)
{{ OCtrl.orderData.SubTotal | currency }}
Discount
{{ OCtrl.orderData.Discount | currency }}
Freight
{{ OCtrl.orderData.ShippingCost | currency }}
GST
{{ OCtrl.orderData.Tax | currency }}
Total
{{ OCtrl.orderData.Total | currency }}