Pages

The entry point for each page on your store.

Pages represent different landing points of your customers on your Tebex store. For example, when customers visit a category on your store, the category.html page will be rendered. For this reason, pages must be implemented in your templates and cannot be deleted (unlike Assets).

The only pages that are not accessible to the public are the following:

Page

layout.html

This is the global layout of your store that all pages extend from. You are able to create multiple layouts if you wish via creating an Asset.

module.*

These pages are used to build the Sidebar modules of your store, and you can view more information within the Sidebar Modules section.

Last updated