customers/order
customers/order template 渲染客户订单页面,显示客户历史订单的详细信息。
位置
customers/order template 位于 theme 的 templates > customers 目录下:
└── theme
├── layout
├── templates
| └── customers
| ├── order.liquid
| ...
...