customers/order
The customers/order
template renders the customer order page, which displays the details of a customer’s past orders.
Tip
Refer to the customers/order template and its main section in Dawn for an example implementation.

Anchor to LocationLocation
The customers/order
template is located in the templates
> customers
directory of the theme:
└── theme
├── layout
├── templates
| └── customers
| ├── order.json
| ...
...
Anchor to ContentContent
You should include the order object in your customers/account
template or a section inside of the template.
Tip
If you're using a JSON template, then any HTML or Liquid code needs to be included in a section that's referenced by the template.
Anchor to The order objectThe order object
You can access the order
object to display the details of the order.
Was this page helpful?