shmerek Posted March 6, 2003 Share Posted March 6, 2003 How would I change the title of the manufacturers box to labels? Can I do this without having to change a whole wack of files? I did a search and couldn't find a clear answer. Link to comment Share on other sites More sharing options...
Guest Posted March 6, 2003 Share Posted March 6, 2003 If it is just to change the name catalog/includes/languages/english/dwfault.php around line 25 define('TABLE_HEADING_MANUFACTURER', 'Manufacturer'); HTH Link to comment Share on other sites More sharing options...
shmerek Posted March 6, 2003 Author Share Posted March 6, 2003 Hmmm... I did as you suggested and I am still getting this I emptied my cache and restarted my browser Link to comment Share on other sites More sharing options...
Guest Posted March 6, 2003 Share Posted March 6, 2003 Did you change the define('TABLE_HEADING_MANUFACTURER', 'Manufacturer'); to define('TABLE_HEADING_MANUFACTURER', 'Labels'); ? Link to comment Share on other sites More sharing options...
Ajeh Posted March 6, 2003 Share Posted March 6, 2003 Umm ... wouldn't changing BOX_HEADING_MANUFACTURERS work better on a box title ... :shock: Located in english.php Link to comment Share on other sites More sharing options...
shmerek Posted March 6, 2003 Author Share Posted March 6, 2003 Umm ... wouldn't changing BOX_HEADING_MANUFACTURERS work better on a box title ... :shock: Located in english.php Hey that will do it! Thanks! Link to comment Share on other sites More sharing options...
Dave_L Posted March 6, 2003 Share Posted March 6, 2003 I need to do something similar: change "Manufacturer" to "Broker". But I want the change to affect each occurence of "Manufacturer" and "Manufacturers" in the user interface. I assume that I need to search all the language files for "Manufacturer", and change that to "Broker", right? Link to comment Share on other sites More sharing options...
toolcrazy Posted March 6, 2003 Share Posted March 6, 2003 BOX_HEADING_MANUFACTURERS BOX_HEADING_MANUFACTURER_INFO Are both in /includes/language/english.php Steve ------------------------- Link to comment Share on other sites More sharing options...
Dave_L Posted March 9, 2003 Share Posted March 9, 2003 I just made this change. Here's the list of files that I had to change: - admin/includes/languages/english.php - admin/includes/languages/english/categories.php - admin/includes/languages/english/manufacturers.php - catalog/includes/languages/english.php - catalog/includes/languages/english/advanced_search.php - catalog/includes/languages/english/advanced_search_result.php - catalog/includes/languages/english/default.php - catalog/includes/languages/english/products_new.php This only includes the English ones. For other languages, the corresponding files would need to be included. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.