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