This liquid object provides a direct URL for the currently displayed page.
What is{{ canonical_url }}?
Debut, Dawn, and future themes no longer will use this, or any other libraries.
What is JQuery?
The only theme currently available with a sidebar menu.
What is the Simple theme?
This is the default title on the storefront, notifications, and Order Printer
What is the shop name?
This is a more flexible layout option than using a grid.
What is flexbox?
The {% render %} tag fixed a problem in {% include %} tags by requiring these if needed.
What are parameters?
This function is used by all themes to ensure product prices are formatted properly.
What is formatMoney()?
This theme is the only free theme to feature products that open in an AJAX pop-up.
What is the Express theme?
Incorrect formatting here can have strange effects on the product page, especially on some themes.
What is the currency formatting?
This size unit is is based on the height of the viewable area on the screen.
What is vh?
This string filter lets you add text before a variable or object.
What is prepend?
Despite this product detail not appearing on the theme, Debut already has a JavaScript function to update it when the variant changes.
What is _updateSKU?
Also accepting "SKU".
Merchants frustrated with banner image cropping on mobile, can now use this setting value to prevent the cropping.
What is "Adapt to Image"?
This is the best way to hide specific payment option icons in the footer.
What is disable the payment method in the Payment Settings?
:hover, :active, and :first are examples of this.
What is a pseudo-class?
If used in a {% form %} tag, this parameter can go to a specific page when the form is submitted.
What is return_to:
The theme object has these properties available, to allow the theme language strings to be used in the scripts.
What is the theme.strings?
This is the only theme that does not have an AJAX cart option.
What is the Minimal theme?
The newsletter signup form adds this property to the customer information.
CSS files are no longer using liquid in them, so themes use these to get settings, such as colours, to work.
What are CSS variables?
When using an open {% liquid tag, this keyword is used to output text.
What is echo?
AJAX is the acronym for this
What is "Asynchronous JavaScript and XML"?
Unique to the Narrative theme, the name of the section shown here.

What is Highlight?
This is the best way to remove customer account links from the storefront.
What is disable customer accounts?
A size of 1em is based on the inherited font size, while 1rem is based on this objects font size.
What is the root element?
Also accepted is <html>
Also accepted is the browser default font size.