order
The order template renders the customer order detail page, which displays the details of a customer’s past order.
 
Location
The order template is located in the templates directory of the theme:
└── theme
    ├── layout
    ├── templates
    |   ├── order.liquid
    |   ...
    ...
Content
You should include the order object in your section inside of the template.
The order object
You can access the order object to display the details of the order.
Updated over 2 years ago
