Order Details
Order #{{order.number}}
Order placed on {{ order.datetime_created | date: "dd/MM/yyyy HH:mm:ss" }} and is {{orderStatus(order.status).label}}
Order type: {{orderTypeLabel(order.order_type).label}}
Order Details
Item
Total
{{item.name}} × {{item.quantity_ordered}}
{{item.price * item.quantity_ordered | currency : $ : 2}}
Subtotal
{{calculateSubtotal(order.items)| currency : $ : 2}}
Total
{{calculateSubtotal(order.items)| currency : $ : 2}}
| Item | Total |
|---|---|
| {{item.name}} × {{item.quantity_ordered}} | {{item.price * item.quantity_ordered | currency : $ : 2}} |
| Subtotal | {{calculateSubtotal(order.items)| currency : $ : 2}} |
| Total | {{calculateSubtotal(order.items)| currency : $ : 2}} |
User Details
| {{order.email}} | |
| Phone | {{order.phone}} |
Shipping Address
{{order.shipping_address}}{{order.shipping_suburb}} {{order.shipping_city}} {{order.shipping_postcode}}
{{order.shipping_country}}