- Getting Started
- Liquid reference
- Filters reference
- Tags reference
- Localization
- Theme structure
- Theme sections
- Theme assets
- Theme config
- Theme layout
- Theme templates
-
- article.liquid
- blog.liquid
- cart.liquid
- collection.liquid
- customer/account.liquid
- customer/addresses.liquid
- customer/details.liquid
- customer/login.liquid
- customer/order.liquid
- customer/register.liquid
- customer/reset-password.liquid
- home.liquid
- page.no-heading.liquid
- products.liquid
- search.liquid
- list-collections.liquid
- store-locator.liquid
- 404.liquid
- customer/activate_account.liquid
- customer/orders.liquid
- Submission
customer_address
The customer_address contains information of addresses tied to a Customer Account.
customer_address.first_name
Returns the value of the First Name field of the address.
customer_address.last_name
Returns the value of the Last Name field of the address.
customer_address.company
Returns the value of the Company field of the address.
customer_address.street
Returns the combined values of the Address1 and Address2 fields of the address.
customer_address.address1
Returns the value of the Address1 field of the address.
customer_address.address2
Returns the value of the Address2 field of the address.
customer_address.city
Returns the value of the City field of the address.
customer_address.province_code
Returns the abbreviated value of the Province/State field of the address
customer_address.province
Returns the value of the Province/State field of the address.
customer_address.zip
Returns the value of the Postal/Zip field of the address.
customer_address.country
Returns the value of the Country field of the address.
customer_address.phone
Returns the value of the Phone field of the address.
customer_address.email
Returns the value of the Email field of the address.
customer_address.set_as_default_checkout
Returns the value of the default checkout address.