dannyrus Posted September 2, 2005 Share Posted September 2, 2005 I have had a broad answer to this question but I was after a little more detailed advice if possible: I'm using my osCommerce setup to sell photos taken by different photographers, and I'd like to change "Manufacturers" to "Photographers"... I'm not too fussed if the name of the table has to remain "Manufacturers", but I'd like anything that is visible on the site as "Manufacturers" to be renamed... Is there an include or a single variable that I can change, or will I have to change it at every instance that it appears...?? Thanks for any help!! Link to comment Share on other sites More sharing options...
Wendy James Posted September 2, 2005 Share Posted September 2, 2005 All you have to do is go through your language files and change Manufacturers to Photographers. No other way around it. 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...
dannyrus Posted September 2, 2005 Author Share Posted September 2, 2005 OK i've done that right throughout the site, but when I browse to the advanced search page (catalog/advanced_search.php) the Title and Drop-Down box still say "Manufacturers" and "All Manufacturers"... I've reset cache and tried on other machines on the network, all the same... Is there something else I have to flush out - I noticed that it is writing to an array on the catalog/advanced_search.php page: <?php echo tep_draw_pull_down_menu('manufacturers_id', tep_get_manufacturers(array(array('id' => '', 'text' => TEXT_ALL_MANUFACTURERS)))); ?> Does that have something to do with it at all??... Sorry, I'm not much of a programmer so I'm not sure what to do with this one. Thanks for your help, and sorry for repeating the same post twice... All you have to do is go through your language files and change Manufacturers to Photographers. No other way around it. <{POST_SNAPBACK}> Link to comment Share on other sites More sharing options...
Wendy James Posted September 2, 2005 Share Posted September 2, 2005 sounds like you may have missed catalog/includes/languages/english/advanced_search.php or catalog/includes/languages/english.php 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.