customers/order

The customers/order template renders the customer order page, which displays the details of a customer’s past order.

Location

The customers/order template is located in the templates > customers directory of the theme:

└── theme
    ├── layout
    ├── templates
    |   └── customers
    |     ├── order.liquid
    |     ...
    ...