Customizing Template Files
If you want to create, remove, or change an area, you must customize the corresponding module and update its template file. For example, if you want to add more CMS areas to the item detail page, you must create a custom ItemDetails module that replaces the default item_details.tpl
template file with your own version. See Set Up SCA Developer Tools.
Module |
Template File |
Local Source File Module Template Location |
---|---|---|
home@x.x.x |
home.tpl |
Modules\suitecommerce\home@x.x.x\Templates |
ItemDetails@x.x.x |
item_details.tpl |
Modules\suitecommerce\ItemDetails@x.x.x\Templates |
Facets@x.x.x |
facets_facet_browse.tpl |
Modules\suitecommerce\Facets@x.x.x\Templates |
Header@x.x.x |
header.tpl |
Modules\suitecommerce\Header@x.x.x\Templates |
Footer@x.x.x |
footer.tpl |
Modules\suitecommerce\Footer@x.x.x\Templates |
GlobalViews@x.x.x |
global_ |
Modules\suitecommerce\GlobalViews@x.x.x\templates |