Product reviews info page
From Zen Cart(tm) Wiki
The Product_reviews_info page is explained here.
[edit]
Configuration options
This table below shows most of the configuration options including language text for the Product_reviews_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 |
|---|---|---|
| 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. |
| BUTTON_IMAGE_GOTO_PROD_DETAILS | Image:Button goto prod details.gif | Edit button image file 'button_goto_prod_details.gif' in the directory includes\templates\YOUR_TEMPLATE\buttons\english\ with a graphic tool |
| BUTTON_GOTO_PROD_DETAILS_ALT | 'Go To This Product'\s Detailed Information' | Edit button names file button_names.php near line 101 in the directory includes\languages\english\YOUR_TEMPLATE. Note: This text will be visible when your hover over this button. |
| BUTTON_IMAGE_MORE_REVIEWS | Image:Button more reviews.gif | Edit button image file 'button_more_reviews.gif' in the directory includes\templates\YOUR_TEMPLATE\buttons\english\ with a graphic tool |
| BUTTON_MORE_REVIEWS_ALT | 'Read More Reviews' | Edit button names file button_names.php near line 102 in the directory includes\languages\english\YOUR_TEMPLATE. Note: This text will be visible when your hover over this button. |
| 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_OF_5_STARS | Edit language file product_reviews_info.php near line 16 in the directory includes\languages\english\YOUR_TEMPLATE | |
| TEXT_REVIEW_DATE_ADDED | 'Date Added: %s' | Edit language file english.php near line 295 in the directory includes\languages\YOUR_TEMPLATE |
| TEXT_REVIEW_BY | 'by %s' | Edit language file english.php near line 292 in the directory includes\languages\YOUR_TEMPLATE |
| 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 |
| NAVBAR_TITLE | 'Reviews' | Edit language file product_reviews_info.php near line 10 in the directory includes\languages\english\YOUR_TEMPLATE |
NOTE: This table is made by looking for used defines in the following files:
- includes\modules\pages\product_reviews_info\header_php.php
- includes\templates\template_default\templates\tpl_product_reviews_info_default.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_reviews_info.php
Product type configuration option are ignored Shipping, payment and Order Total module configuration option are also ignored
