order
You can access the order object in a theme's Liquid templates with customer.orders.
The order object has the following attributes:
order.customer_url
Returns the URL of the customer's account page.
order.name
Returns the name of the order in the format set in the Standards and formats section of the General settings of your EasyStore control panel.
order.created_at
Returns the timestamp of when an order was created.
order.financial_status_label
Returns the translated output of an order's financial status.
order.fullfillment_status_label
Returns the translated output of an order's fulfillment status.
order.currency
Returns the currency of an order.
order.total_price
Returns the total price of an order.
order.is_cancelled
Returns true if an order is canceled, or false if it is not.