- 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
shop
The shop object has the following attributes:
shop.name
Returns the shop's name.
shop.currency
Returns of the current currency of the shop using.
shop.money_format
Returns a string that is used to format money with currency.
shop.money_prefix
Returns a string that is a syllable at the beginning of the money format.
shop.money_suffix
Returns a string that is a syllable at the end of the money format.
shop.format_decimals
Returns an integer that is used for decimal places.
shop.separator
Returns a string that is used to format money with thousand separator.
shop.enabled_payment_types
Returns all of the enabled payment gateway types.
shop.url
Returns the full URL of a shop.
{{ shop.url }}
https://store_name.easy.co
shop.description
Returns the description of the shop.
shop.selected_currency
Returns the currency currently selected by the visitor.
shop.enabled_currencies
Returns an array of the currencies enabled for the shop.
shop.attribute_settings
Returns the shop's custom attribute fields. More info ›
shop.shopping_app
Returns information about the shop's shopping app, such as its download and icon URLs.
shop.checkout
Returns the shop's checkout settings.
shop.customer_accounts_enabled
Returns true if customer accounts are enabled for the shop, or false if they are not.
shop.is_product_filter_enabled
Returns true if storefront product filtering is enabled for the shop, or false if it is not.
shop.express_enabled
Returns true if express checkout is enabled for the shop, or false if it is not.
shop.phone_account_enabled
Returns true if phone number accounts are enabled for the shop, or false if they are not.