Customer — Order Detail
The full detail of a single order: line items, addresses, totals and tracking.
Overview
| Item | Detail |
|---|---|
| Template | templates/customers/order.liquid |
| URL | /account/orders/{order_id} |
| Entry | Account orders table → order name link |
Step-by-step user journey
Step 1 — Open the order
- Click an order number on
/account
Step 2 — Order summary
- Order name / number
- Date
- Payment status
- Fulfillment status
Step 3 — Line items
- Product, variant, quantity, price
- Line discounts
- Product links, where available, to shop the item again
Step 4 — Fulfillment and tracking
- Fulfillment blocks, once shipped
- Tracking number and carrier links
- The carrier's tracking page opens
Step 5 — Addresses & totals
- Billing address
- Shipping address
- Subtotal, discounts, shipping, tax, total
Step 6 — Back
- The Account link returns to the dashboard
- Need help → Contact or FAQ
<!-- BEGIN GENERATED: theme-editor -->
Theme Editor settings
This page has no editable sections of its own. See the settings reference.
<!-- END GENERATED: theme-editor -->Related files
templates/customers/order.liquid
templates/customers/account.liquid
Parent: 31-customer-account.md