customers/account
The customers/account
template renders the customer account page, which provides an overview of the customer’s account.
Refer to the customers/account template and its main section in Dawn for an example implementation.

Anchor to LocationLocation
The customers/account
template is located in the templates
> customers
directory of the theme:
Anchor to ContentContent
You should include the customer object in your customers/account
template or a section inside of the template.
Anchor to The customer objectThe customer object
You can access the Liquid customer
object to display the customer account details.
Anchor to UsageUsage
When working with the customers/account
template, you should familiarize yourself with the following:
If you're using a JSON template, then any HTML or Liquid code needs to be included in a section that's referenced by the template.
Anchor to Show the customer’s ordersShow the customer’s orders
You should show customers a list of their orders. These can be accessed through the order
attribute of the customer object, and have a limit of 20 per page. For this reason, you should paginate orders to ensure that they’re all accessible:
Example
Anchor to Show the customer’s default addressShow the customer’s default address
You should show customers their default address. This can be accessed through the default_address
attribute of the customer object: