Access store settings, configuration, and global information
shop
object contains your store’s fundamental settings and configuration. It’s available globally across all pages and templates, making it perfect for headers, footers, and any store-wide functionality.
Property | Description | Example |
---|---|---|
shop.name | Your store’s name | "My Awesome Store" |
shop.url | Your store’s URL | "https://mystore.com" |
shop.address | Street address | "123 Main Street" |
shop.zipcode | Postal code | "12345" |
shop.city | City name | "Stockholm" |
shop.phone | Phone number | "+46 123 456 789" |
shop.contact_text | Contact page content | HTML content |
shop.cconverter_currencies
:
Property | Description |
---|---|
currency | Currency code (e.g., “SEK”, “EUR”, “USD”) |
current | Boolean - true if this is the currently selected currency |
shop.languages
:
Property | Description |
---|---|
id | Language identifier (e.g., “en”, “sv”, “no”) |
url | URL to switch to this language |
asset_flags | Helper to get flag image for this language |
Property | Description |
---|---|
shop.taxtoggle_active | Boolean - true if tax toggle is enabled |
shop.exclude_tax | Boolean - true if currently showing prices excluding tax |
shop.incl_tax_url | URL to switch to prices including tax |
shop.excl_tax_url | URL to switch to prices excluding tax |
{{#shop.cconverter_active}}
)