Zen Cart Logo
Forums / Bug Reports / Product Type (named constants) for prev-next buttons

Product Type (named constants) for prev-next buttons

Views: 528

Results 1 to 1 of 1
17 Aug 2015, 11:28 PM
#1
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
10

Product Type (named constants) for prev-next buttons

Present in all product type product info language files (v1.5.4)

/includes/languages/english/document_general_info.php
Line #27 : define('IMAGE_BUTTON_PREVIOUS','Previous Item');

/includes/languages/english/document_product_info.php
Line #27 : define('IMAGE_BUTTON_PREVIOUS','Previous Item');

/includes/languages/english/product_free_shipping_info.php
Line #27 : define('IMAGE_BUTTON_PREVIOUS','Previous Item');

/includes/languages/english/product_info.php
Line #27 : define('IMAGE_BUTTON_PREVIOUS','Previous Item');

/includes/languages/english/product_music_info.php
Line #31 : define('IMAGE_BUTTON_PREVIOUS','Previous Item');

/includes/languages/english/document_general_info.php
Line #28 : define('IMAGE_BUTTON_NEXT','Next Item');

/includes/languages/english/document_product_info.php
Line #28 : define('IMAGE_BUTTON_NEXT','Next Item');

/includes/languages/english/product_free_shipping_info.php
Line #28 : define('IMAGE_BUTTON_NEXT','Next Item');

/includes/languages/english/product_info.php
Line #28 : define('IMAGE_BUTTON_NEXT','Next Item');

/includes/languages/english/product_music_info.php

Line #32 : define('IMAGE_BUTTON_NEXT','Next Item');

/includes/languages/english/document_general_info.php
Line #29 : define('IMAGE_BUTTON_RETURN_TO_PRODUCT_LIST','Back to Product List');

/includes/languages/english/document_product_info.php
Line #29 : define('IMAGE_BUTTON_RETURN_TO_PRODUCT_LIST','Back to Product List');

/includes/languages/english/product_free_shipping_info.php
Line #29 : define('IMAGE_BUTTON_RETURN_TO_PRODUCT_LIST','Back to Product List');

includes/languages/english/product_info.php
Line #29 : define('IMAGE_BUTTON_RETURN_TO_PRODUCT_LIST','Back to Product List');

/includes/languages/english/product_music_info.php
Line #33 : define('IMAGE_BUTTON_RETURN_TO_PRODUCT_LIST','Back to Product List');

These named constants seem to have no effect or purpose.

The correct named constants being called from:
/includes/templates/template_default/templates/tpl_products_next_previous.php

are in the:
/includes/languages/english/button_names.php file