Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing Manufactures to Merchants


dsheli

Recommended Posts

Just go to the language file you are using and change it there.

 

example

catalog/includes/languages/english.php

 

and look for

 

// manufacturers box text in includes/boxes/manufacturers.php

define('BOX_HEADING_MANUFACTURERS', 'Manufacturers');

 

and change to

define('BOX_HEADING_MANUFACTURERS', 'Merchants');

 

Then go through the rest of the language files in whichever language folders you are using and look for any instance of Manufacturers and change it to Merchants.

 

It is on a couple of them, not sure exactly how many though but that should take care of it on your catalog side, I think.

 

Good luck.

Wendy James

 

Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.

Link to comment
Share on other sites

Just go to the language file you are using and change it there.

 

example

catalog/includes/languages/english.php

 

and look for

 

// manufacturers box text in includes/boxes/manufacturers.php

define('BOX_HEADING_MANUFACTURERS', 'Manufacturers');

 

and change to

define('BOX_HEADING_MANUFACTURERS', 'Merchants');

 

Then go through the rest of the language files in whichever language folders you are using and look for any instance of Manufacturers and change it to Merchants.

 

It is on a couple of them, not sure exactly how many though but that should take care of it on your catalog side, I think.

 

Good luck.

That did it!!! Thanks allot!

David

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...