Product info page
From Zen Cart(tm) Wiki
The Product_info page is explained here.
[edit]
Configuration options
This table below shows most of the configuration options including language text for the Product_info page. It is based on a ZenCart version 1.3.0. Before editing files copy the original file (if not done before) to YOUR_TEMPLATE directory.
Copy image and button files
- from includes\templates\template_default\images\..... to includes\templates\YOUR_TEMPLATE\images\.....
- from includes\templates\template_default\buttons\..... to includes\templates\YOUR_TEMPLATE\buttons\.....
Copy language files
- from includes\language\..... to includes\language\YOUR_TEMPLATE\.....
- from includes\language\english\..... to includes\language\english\YOUR_TEMPLATE\.....
See also Customisation - Templates
| Name | Default value | How to change |
|---|---|---|
| PRODUCT_INFO_PREVIOUS_NEXT | 1 | Change this in ADMIN Configuration --> Product Info --> Previous Next - Navigation Bar Position. Location of Previous/Next Navigation Bar 0= off 1= Top of Page 2= Bottom of Page 3= Both Top and Bottom of Page |
| TEXT_ONETIME_CHARGE_SYMBOL | ' *' | Edit language file product_info.php near line 38 in the directory includes\languages\english\YOUR_TEMPLATE |
| TEXT_ONETIME_CHARGE_DESCRIPTION | ' One time charges may apply' | Edit language file product_info.php near line 39 in the directory includes\languages\english\YOUR_TEMPLATE |
| TEXT_BASE_PRICE | 'Starting at: ' | Edit language file english.php near line 283 in the directory includes\languages\YOUR_TEMPLATE |
| CUSTOMERS_APPROVAL | 0 | Change this in ADMIN Configuration --> Customer Details --> Customer Shop Status - View Shop and Prices. Customer must be approved to shop 0= Not required 1= Must login to browse 2= May browse but no prices unless logged in 3= Showroom Only It is recommended that Option 2 be used for the purposes of Spiders if you wish customers to login to see prices. |
| TEXT_LOGIN_FOR_PRICE_BUTTON_REPLACE_SHOWROOM | 'Show Room Only' | Edit language file english.php near line 491 in the directory includes\languages\YOUR_TEMPLATE |
| PRODUCTS_ORDER_QTY_TEXT_IN_CART | 'Quantity in Cart: ' | Edit language file english.php near line 374 in the directory includes\languages\YOUR_TEMPLATE |
| BUTTON_IMAGE_IN_CART | Image:Button in cart.gif | Edit button image file 'button_in_cart.gif' in the directory includes\templates\YOUR_TEMPLATE\buttons\english\ with a graphic tool |
| BUTTON_IN_CART_ALT | 'Add to Cart' | Edit button names file button_names.php near line 79 in the directory includes\languages\english\YOUR_TEMPLATE. Note: This text will be visible when your hover over this button. |
| PRODUCTS_ORDER_QTY_TEXT | 'Add to Cart: ' | Edit language file english.php near line 375 in the directory includes\languages\YOUR_TEMPLATE |
| TEXT_PRODUCT_MODEL | 'Model: ' | Edit language file product_info.php near line 20 in the directory includes\languages\english\YOUR_TEMPLATE |
| TEXT_PRODUCT_WEIGHT | 'Shipping Weight: ' | Edit language file product_info.php near line 18 in the directory includes\languages\english\YOUR_TEMPLATE |
| TEXT_PRODUCT_WEIGHT_UNIT | 'lbs' | Edit language file english.php near line 377 in the directory includes\languages\YOUR_TEMPLATE |
| TEXT_PRODUCT_QUANTITY | ' Units in Stock' | Edit language file product_info.php near line 19 in the directory includes\languages\english\YOUR_TEMPLATE |
| TEXT_PRODUCT_MANUFACTURER | 'Manufactured by: ' | Edit language file product_info.php near line 17 in the directory includes\languages\english\YOUR_TEMPLATE |
| BUTTON_IMAGE_TELLAFRIEND | Image:Button TellAFriend.gif | Edit button image file 'button_TellAFriend.gif' in the directory includes\templates\YOUR_TEMPLATE\buttons\english\ with a graphic tool |
| BUTTON_TELLAFRIEND_ALT | 'Tell a Friend' | Edit button names file button_names.php near line 95 in the directory includes\languages\english\YOUR_TEMPLATE. Note: This text will be visible when your hover over this button. |
| BUTTON_IMAGE_REVIEWS | Image:Button reviews.gif | Edit button image file 'button_reviews.gif' in the directory includes\templates\YOUR_TEMPLATE\buttons\english\ with a graphic tool |
| BUTTON_REVIEWS_ALT | 'Go to the Reviews Page' | Edit button names file button_names.php near line 85 in the directory includes\languages\english\YOUR_TEMPLATE. Note: This text will be visible when your hover over this button. |
| TEXT_CURRENT_REVIEWS | 'Current Reviews:' | Edit language file product_info.php near line 11 in the directory includes\languages\english\YOUR_TEMPLATE |
| BUTTON_IMAGE_WRITE_REVIEW | Image:Button write review.gif | Edit button image file 'button_write_review.gif' in the directory includes\templates\YOUR_TEMPLATE\buttons\english\ with a graphic tool |
| BUTTON_WRITE_REVIEW_ALT | 'Write Review' | Edit button names file button_names.php near line 99 in the directory includes\languages\english\YOUR_TEMPLATE. Note: This text will be visible when your hover over this button. |
| TEXT_DATE_AVAILABLE | 'This product will be in stock on %s.' | Edit language file product_info.php near line 14 in the directory includes\languages\english\YOUR_TEMPLATE |
| TEXT_DATE_ADDED | 'This product was added to our catalog on %s.' | Edit language file product_info.php near line 13 in the directory includes\languages\english\YOUR_TEMPLATE |
| TEXT_MORE_INFORMATION | 'For more information, please visit this product'\s <a href="%s" target="_blank">webpage</a>.' | Edit language file product_info.php near line 12 in the directory includes\languages\english\YOUR_TEMPLATE |
| PRODUCT_INFO_CATEGORIES | 1 | Change this in ADMIN Configuration --> Product Info --> Previous Next - Navigation Includes Category. Product's Category Image and Name Alignment Above Previous/Next Navigation Bar 0= off 1= Align Left 2= Align Center 3= Align Right |
| PRODUCTS_IMAGE_NO_IMAGE_STATUS | 1 | Change this in ADMIN Configuration --> Images --> Product Image - No Image Status. Use automatic No Image when none is added to product 0= off 1= On |
| PRODUCTS_IMAGE_NO_IMAGE | no_picture.gif | Change this in ADMIN Configuration --> Images --> Product Image - No Image picture. Use automatic No Image when none is added to product Default = no_picture.gif |
NOTE: This table is made by looking for defines in the following files:
- includes\modules\pages\product_info\header_php.php
- includes\modules\pages\product_info\main_template_vars.php
- includes\templates\template_default\templates\tpl_product_info_display.php
Defines (configuration options) are defined in:
- Configuration table in the database
- includes\languages\english.php
- includes\languages\english\button_names.php
- includes\languages\english\product_info.php
Product type configuration option are ignored
