CubeCartForums.org Documentation Area

CubeCartForums.org for CubeCart third-party documentation, modifications, skins and services
Permanent Link   Print This Page
Introduction CubeCart v3 CubeCart v4 CubeCart v5 Appendix Search

CubeCart Version 3 Documentation - categories.tpl

Google Translate:

categories.tpl

Description

Primarily the main store navigation, as pictured below. By default, it only displays the top level categories, the homepage, and sale items if the store is in sale mode.

Template file location

/skins/YOUR_SKIN/styleTemplates/boxes/categories.tpl

Control file location

/includes/boxes/categories.inc.php

Classic skin template output screenshot


Basic template structure

<!-- BEGIN: categories -->

<!-- BEGIN: li -->
          Repeating categories
<!-- END: li -->
<!-- BEGIN: sale -->
          Sale Items link
<!-- END: sale -->

<!-- END: categories -->




Comments, Feedback, Suggestions and Documentation Submissions please post in the Documentation Chat Forum.