dsheli Posted February 27, 2005 Share Posted February 27, 2005 Hello, I would like to change the Manufactures title to merchants. Would this be possible? I only want it to say merchants when people visit the site. We don't have to change the DB stuff. Thanks, David Link to comment Share on other sites More sharing options...
Wendy James Posted February 27, 2005 Share Posted February 27, 2005 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 More sharing options...
dsheli Posted February 28, 2005 Author Share Posted February 28, 2005 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. <{POST_SNAPBACK}> That did it!!! Thanks allot! David Link to comment Share on other sites More sharing options...
Wendy James Posted February 28, 2005 Share Posted February 28, 2005 You're welcome. =) Wendy James Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.