Customer — Addresses
Add, edit and delete saved addresses, and choose a default. Important for a fast checkout.
Overview
| Item | Detail |
|---|---|
| Template | templates/customers/addresses.liquid |
| URL | /account/addresses |
| Forms | customer_address (create / update / delete) |
| Pagination | 5 addresses per page (typical) |
Step-by-step user journey
Step 1 — Open addresses
- Account page → “View addresses (N)”
- Direct
/account/addresses
Step 2 — Review the saved addresses
- Each address card shows the name, street, city and country
- A default badge, where one is set
Step 3 — Add a new address
- Open the "Add address" form
- Fill in the fields: name, company, address 1 and 2, city, country, province, zip and phone
- Choosing a country updates the province dropdown in JavaScript (
shopify_common.jsand the country option helpers) - Optionally set it as the default
- Submit → the list refreshes
Step 4 — Edit an address
- Click Edit
- The form is prefilled
- Submit the update
Step 5 — Delete an address
- Confirm the deletion
- The address is removed
Step 6 — Set the default
- The default checkbox or action
- The account sidebar shows this default address
<!-- 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/addresses.liquid
templates/customers/account.liquid
Parent: 31-customer-account.md