SuiteCommerce Base Theme Templates and Areas

This topic provides a comprehensive list of the template areas available as part of the 2022.1 SuiteCommerce Base Theme.

These template areas are also available with version 3.3.0 or later of the following Commerce themes:

Note:

Previous versions of the Base Theme may have additional areas or may be missing some of the areas listed in this topic.

These template areas work with Site Management Tools (SMT) but can also be targeted when modifying a page with an extension. See Develop Extensions for more information.

See the following help topics for specific information about template files and areas:

The following table lists the template files and areas available for the 2022.1 SuiteCommerce Base Theme:

Module

Template File

Area Name

Area Scope

Area Type

Cart

cart_detailed.tpl

cart_detailed_cms_area_1

this page

Shopping cart pages

cart_detailed_cms_area_2

cart_detailed_cms_area_3

cart_summary.tpl

cart_summary_cms_area_1

cart_summary_cms_area_2

cart_summary_cms_area_3

Case

case_list.tpl

banner_caselist

all pages

Support cases page

CMSadapter

cms_landing_page.tpl

cms-landing-page-placeholder-page-type

page type

Landing pages

cms-landing-page-placeholder-path

this page

cms-landing-page-placeholder-third-row-half-1

cms-landing-page-placeholder-third-row-half-2

cms-landing-page-placeholder-fourth-row-quarter

cms-landing-page-placeholder-fifth-row-three-quarter

cms-landing-page-placeholder-fifth-row-quarter

ErrorManagement

error_management_page_not_found.tpl

error_management_page_not_found_cms_area_1

404 pages

error_management_page_not_found_cms_area_2

Facets

facets_facet_browse.tpl

item_list_banner

page type

Facet browse pages

facet_navigation_top

facet_navigation_bottom

facets_facet_browse_cms_area_1

item_list_banner_top

this page

facets_facet_browse_cms_area_2

page type

item_list_banner_bottom

Footer

footer.tpl

global_banner_footer1

all pages

Footer

global_banner_footer2

global_banner_footer3

global_banner_footer4

global_banner_footer5

global_banner_footer-alternative1

global_banner_footer-alternative2

global_banner_footer-alternative3

global_banner_footer-alternative4

global_banner_footer-alternative-full

global_banner_footer-twocols4

global_banner_footer-twocols8

footer_simplified.tpl

simplified_footer_banner

GlobalViews

global_views_breadcrumb.tpl

breadcrumb_top

Breadcrumb navigation section

breadcrumb_bottom

GlobalViewsOnline

breadcrumb_top

breadcrumb_bottom

Header

header.tpl

header_banner_top

Header

header_banner_bottom

header_simplified.tpl

simplified_header_banner

Home

home.tpl

home_cms_area_1

this page

Home page

home_cms_area_2

home_cms_area_3

home_cms_area_4

home_cms.tpl

home_banner_top

home_main

home_banner_1

home_banner_2

home_banner_3

item_list_banner_bottom

home_bottom

Invoice

invoice_open_list.tpl

banner_invoiceopenlist

all pages

Invoices page

LoginRegister

login_register_login.tpl

cms_login_register_login_area

this page

Login/Register page

login_register_register.tpl

cms_login_register_register_area

MyAccountApplication

myaccount_layout.tpl

banner_myaccount_bottom

all pages

My Account pages

case_list.tpl

global_banner_case-top

invoice_open_list.tpl

global_banner_invoice-top

OrderWizard.Module.CartItems

order_wizard_cartitems_module_ship.tpl

order_wizard_cartitems_module_ship_cms_area_1

page type

Checkout pages

OrderWizard.Module.CartSummary

order_wizard_cart_summary.tpl

order_wizard_cart_summary_cms_area_1

OrderWizard.Module.PaymentMethod

order_wizard_paymentmethod_giftcertificates_module.tpl

order_wizard_paymentmethod_giftcertificates_cms_area_1

OrderWizard.Module.PromocodeForm

order_wizard_promocodeform.tpl

order_wizard_promocodeform_cms_area_1

OrderWizard

order_wizard_step.tpl

order_wizard_cms_area_1

order_wizard_cms_area_2

order_wizard_cms_area_3

order_wizard_cms_area_4

ProductDetails

product_details_full.tpl

item_details_banner

Product details pages

product_details_full_cms_area_1

item_info

this page

product_details_full_cms_area_2

product_details_full_cms_area_3

page type

product_details_full_cms_area_4

this page

item_info_bottom

page type

product_details_full_cms_area_5

product_details_full_cms_area_6

this page

product_details_full_cms_area_7

product_details_full_cms_area_8

item_details_banner_bottom

page type

product_details_quickview.tpl

item_info_bottom

The Modules directory holds all the modules that make up the SuiteCommerce Base Theme. A module defines a specific area of functionality (feature or utility) for your site. Each module includes a Sass and a Templates folder. The Sass folder houses the style sheets for a module while the Templates folder contains all the templates for a module.

Template files for the SuiteCommerce Base Theme are part of the corresponding module. The structure of your website pages is controlled by template files. Template files contain HTML markup and placeholders for data and scripts. For more information about templates, see Site Management Tools Templates and Areas.

Site Management Tools use areas predefined within the template files to determine the locations on a page where you can add and manage website content. This enables you to achieve a variety of page layouts without the need for creating custom page templates. For more information about areas, see Area and Scope.

Each area has an assigned scope, and the scope of the area determines when and how the content placed in that area is displayed. For example, if the scope of an area on the product detail page is this page, then any content added to that area displays only for that product. Area scopes include all pages, page type, and this page. For more information about area scope, see Area and Scope.

Area type refers to the type of web page or area on a web page.

See Anatomy of the Base Theme for more information about the SuiteCommerce Base Theme.

Related Topics

Templates and Areas
Header and Footer Module Default Areas
Home Module Default Areas
Breadcrumb Default Areas
Facets Module Default Areas
Item Details Module Default Areas
Landing Page Default Areas
Customizing Template Files

General Notices