New Zenner
- Join Date:
- Oct 2007
- Posts:
- 13
- Plugin Contributions:
- 0
How to change Model to catalog
Is there a possible way to change the "model" to "catalog" in product?
thanks
Views: 891
New Zenner
Is there a possible way to change the "model" to "catalog" in product?
thanks
Totally Zenned
If all you want to alter is the terminology of how the customer sees it (insteadd of seeing "model" you want them to see "catalog") then you can do this by looking at the language files.
In your case it would be specifically the following file:
/includes/languages/english/product_info.php
Find the following line and alter as needed
define('TEXT_PRODUCT_MODEL', 'Model: ');
(Yours would look like this:)
define('TEXT_PRODUCT_MODEL', 'Catalog: ');
New Zenner
econcepts:
If all you want to alter is the terminology of how the customer sees it (insteadd of seeing "model" you want them to see "catalog") then you can do this by looking at the language files.
In your case it would be specifically the following file:
/includes/languages/english/product_info.php
Find the following line and alter as needed
define('TEXT_PRODUCT_MODEL', 'Model: ');
(Yours would look like this:)
define('TEXT_PRODUCT_MODEL', 'Catalog: ');
econcepts,
Thanks for the reply. It works.
Tell staff why this post should be reviewed.