Below are the variables documented for the orders.html page to show customers their orders along with related shipments and returns.
In addition to these, you can also use the variables common to all pages.
Displays a customer's orders along with related shipments and returns.
var (
// Customer orders.
orders []Order
// Pagination to move to next or previous orders.
pagination Pagination
)