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 Appendix Search

CubeCart Version 4 Documentation - index.tpl

Google Translate:

index.tpl

Description

The homepage template, includes the latest products.

The number of latest products to be displayed is controlled in Admin General Settings.

Template file location

/skins/YOUR_SKIN/styleTemplates/content/index.tpl

Control file location

/includes/content/index.inc.php

Classic skin template output screenshot


Basic template structure

<!-- BEGIN: index -->

          Homepage text.

<!-- BEGIN: latest_prods -->
          The latest products section.

     <!-- BEGIN: repeat_prods -->
              Products repeated.
     <!-- END: repeat_prods -->

<!-- END: latest_prods -->
<!-- END: index -->




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