- 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
Other Object
Some Liquid objects are only used in specific circumstances.
content_for_header
The content_for_header object is required in theme.liquid. It must be placed inside the HTML
tag, and it dynamically loads all scripts required by EasyStore into the document head. These scripts include EasyStore analytics, Google Analytics, and scripts required for EasyStore apps.content_for_layout
The content_for_layout object is required in theme.liquid. It must be placed inside the HTML
tag, and it dynamically loads content generated by other templates such as home.liquid or product.liquid.