Template: account-enquiry
Customer enquiry templates have access to a specific customer enquiry via the enquiry. object.
/account-enquiry
customer-enquiry
Customer Enquiry Objects
The customer enquiry template type has access to the customer enquiry being rendered, as well as to global objects.
enquiry.
The enquiry.
top level object allows access to enquiry information.
Global Objects
The global objects are generally available across all templates with some exceptions, as detailed below.
theme.
The theme.
top level object allows access to current theme information.
system.
The system.
top level object allows access to system information, such as the current time.
shop.
The shop.
top level object allows access to shop information, such as shop name and primary domain name.
collections.
The collections.
top level object allows access to all collections. This object allows access to collections, potentially filtered down by name or by tag, in any page, email, SMS or document template.
brands.
The brands.
top level object allows access to all brands. This object allows access to brands, potentially filtered down by name or by tag, in any page, email, SMS or document template.
pages.
The pages.
top level object allows access to all pages. This object allows access to pages, potentially filtered down by name or by tag, in any page, email, SMS or document template.
cart.
The cart.
top level object allows access to the visitor's shopping cart.
session.
The session.
top level object allows access to session information for the website visitor.
request.
The request.
top level object allows access to the current webpage request details.