đšOrders Layouts
Orders Detail Layout
Within the Orders Detail Layout you will have access to the orders array variable. To display a list of items in the single order, you should add a Liquid loop like this:
Within the loop, you can use properties of the object within the loop iteration as detailed in the table:
Field Name | Liquid Tag | Description |
---|---|---|
Order ID |
| The unique ID of the order |
Order URL |
| The unique slug of the order |
Order Full URL |
| The unique slug of the order including Order Slug |
User ID |
| The unique ID of the Current User |
User Email |
| The email address of the User who completed the Order |
Status |
| The status of the Order |
Price |
| The Price paid for the Order as a decimal |
Currency |
| The currency the Order was made in |
Last updated