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 - viewProd.tpl

Google Translate:

viewProd.tpl

Description

Product details template.

Template file location

/skins/YOUR_SKIN/styleTemplates/content/viewProd.tpl

Control file location

/includes/content/viewProd.inc.php

Classic skin template output screenshot


Basic template structure

<!-- BEGIN: view_prod -->

<!-- BEGIN: prod_true -->

     <!-- BEGIN: more_images -->
              Additional images assigned to the product.
     <!-- END: more_images -->

     <!-- BEGIN: prod_opts -->
              In product options assigned.
         <!-- BEGIN: repeat_options -->
              Product options.
             <!-- BEGIN: repeat_values -->
                      Value in the dropdown list.
                 <!-- BEGIN: repeat_price -->
                          Price in the dropdown list.
                 <!-- END: repeat_price -->
             <!-- END: repeat_values -->

         <!-- END: repeat_options -->
     <!-- END: prod_opts -->

     <!-- BEGIN: buy_btn -->
              If product is instock and available to buy.
     <!-- END: buy_btn -->

<!-- END: prod_true -->

<!-- BEGIN: prod_false -->
          Product does not exist.
<!-- END: prod_false -->

<!-- END: view_prod -->




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