{{craft.app.systemName}}{% if order.shippingAddress %} {% include 'shop/_includes/addresses/address' with { address: order.shippingAddress } %} {% endif %} |
| Order Reference: {{ order.reference }} |
| Date Ordered: {{ order.dateOrdered|date }} |
| Order Status: {{ order.orderStatus|title }} |
| Paid Status: {{ order.paidStatus|title }} |
| Coupon Code: {{ order.couponCode }} |
| # | Description | Quantity | Unit Price | Amount | Total |
|---|---|---|---|---|---|
| {{ loop.index }} | {{ lineItem.description }} | {{ lineItem.qty }} | {{ lineItem.salePriceAsCurrency }} | {{ lineItem.subtotalAsCurrency }} | |
| {{ lineItemAdjustment.type|title }} {{ lineItemAdjustment.name }} - {{ lineItemAdjustment.description }} | {{ lineItemAdjustment.amountAsCurrency }} {{ lineItemAdjustment.included ? '(included)' }} {{ lineItemAdjustment.isEstimated ? '(estimated)' }} | ||||
| {{ lineItem.totalAsCurrency }} | |||||
| Item Subtotal $ | {{ order.totalAsCurrency }} | ||||
| {{ orderAdjustment.type|title }} {{ orderAdjustment.name }} - {{ orderAdjustment.description }} | {{ orderAdjustment.amountAsCurrency }} {{ orderAdjustment.included ? '(included)' }} {{ orderAdjustment.isEstimated ? '(estimated)' }} | ||||
| Total | {{ order.totalPriceAsCurrency }} | ||||
| Paid | {{ order.totalPaidAsCurrency }} | ||||
| Balance | {{ order.outstandingBalanceAsCurrency }} | ||||