Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Below is a description of each folder and what causes a .vm template to be located in that particular folder.

 

Info

Please see this developer page for flowcharts showing where each template belongs in the checkout experience: StoreFront Screen Interfaces

FolderCriteria
Catalog DynamicCatalog Dynamic templates, sometimes referred to as group page templates, are templates that know how to display large amounts of content. This folder typically contains the home page template and product listing templates. The directive that determines that a template goes into this folder is:
## uc:page-type="group"
Catalog StaticCatalog Static templates are templates that simply display content. This folder typically contains a contact us page template and a template suitable for pages that are just custom content. The directive that determines that a template goes into this folder is:
## uc:page-type="static"
Catalog ItemCatalog Item templates are templates that display an individual item. The directive that determines that a template goes into this folder is:
## uc:page-type="item"
CheckoutThis folder contains all of the standard templates for the single and multipage checkout.
CustomerThis folder contains all of the templates for the MyAccount section of the StoreFront
AffiliateThis folder contains all of the templates for the affiliate dashboard.
MiscThis folder contains all other templates and snippets used within the theme.

...