| Order Date | Order Number | Total | Status |
|---|---|---|---|
| {{order.orderDate}} | {{order.id}} | {{order.orderTotal}} | {{order.orderStatus}} |
| Item Name | Item Price | Item Quantity | Total |
| {{cartItem.book.title}} | {{cartItem.book.ourPrice}} | {{cartItem.qty}} | {{cartItem.subtotal}} |
| Subtotal | {{order.orderTotal}} | ||
| Tax | {{order.orderTotal*0.06}} | ||
| Total | {{order.orderTotal*1.06}} |
Default payment set successfully!
Default shipping address set successfully!