Understanding Mustache objects, attributes, and property access in Quickbutik themes
Object | Description | Availability |
---|---|---|
shop | Store information and settings | All pages |
user | Current user/customer data | All pages |
basket | Shopping cart contents | All pages |
linklist | Menu and navigation data | All pages |
settings | Theme customization options | All pages |
seo | SEO meta information | All pages |
Object | Description | Available On |
---|---|---|
product | Individual product data | Product pages |
category | Category and product listings | Category pages |
order | Order confirmation details | Order/Thank you pages |
blog | Blog post and article data | Blog pages |
page | Static page content | Static pages |
{{product.name}}
instead of {{product.title}}
../
when accessing parent properties{{product.images}}
instead of iterating with {{#product.images}}
{{Product.title}}
instead of {{product.title}}