Customer ID | {{ order.customer_id }} |
---|---|
Order ID | {{ order.order_id }} |
Purchase ID | {{ item.purch_id }} |
Product ID | {{ item.product_id }} |
Purchase date | {{ item.purchase_date | date: 'short' }} |
Quantity | {{ item.qty | number }} |
Price | {{ item.price | currency }} |