Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

simple question?


shmerek

Recommended Posts

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

Did you change the

define('TABLE_HEADING_MANUFACTURER', 'Manufacturer');

to

define('TABLE_HEADING_MANUFACTURER', 'Labels');

?

Link to comment
Share on other sites

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...