Theme pages
On this page
In order to display your pages, articles, products etc, StoreConnect first chooses one of the possible page templates. These templates are inserted directly within the tags of your site and can be modified by customising the correct templates within the Theme Builder.
Page templates used by StoreConnect out of the box are found here.
These are some of the supported pages for editing.
Home page
Displayed when the user visits the root URL of your site, which is either / or a /path as defined on your Store record.
Content page
Displayed when the user visits a page defined on your site according to the path defined within the page, such as /about-us for a page with the path /about-us
Article category index page
Displayed when the user visits /articles or an article category such as /article/category-name.
Article page
Displayed when the user visits a specific article such as /articles/2020-my-article for an Article with the path 2020-my-article.
Locations search page
Displayed when the visitor is viewing the Location finder within StoreConnect.
Location page
Displayed when the user visits a specific Location results page from the location finder.
Maintenance page
Displayed when your store is offline for maintenance. Unlike the other pages here, the Maintenance page renders the entire page on the site, so you must be mindful to define any assets, images etc within the page iteself. It is also best practice to inline any CSS, Javascript or images you need within the page itself so that it will display no matter what is happening with the store itself.
The maintenance page will have the content block defined as a relationship on the store via the s_c__disabled_content_id__c field set as the content_block in this page allowing you to rapidly change things like expected maintenance duration etc without having to edit this page at the theme level each time you take your store offline for maintenance.