Guest Posted September 5, 2005 Share Posted September 5, 2005 I am trying to set up a store to sell music cd's dvd's and downloads but I need to change the "manufacturers" drop-down that is in the standard (clean) install to say something else like "Artists". Could someone tell me how to do that, and on what pages i need to make the change and in what directories- I don't want to change it but it not change throughout the site. Link to comment Share on other sites More sharing options...
♥Monika in Germany Posted September 5, 2005 Share Posted September 5, 2005 I am trying to set up a store to sell music cd's dvd's and downloads but I need to change the "manufacturers" drop-down that is in the standard (clean) install to say something else like "Artists". Could someone tell me how to do that, and on what pages i need to make the change and in what directories- I don't want to change it but it not change throughout the site. <{POST_SNAPBACK}> hi, you need an editor like textpad where you can grep your whole languages folder to see where a word is used. in your case, search for "manufacturer" with it, and you will see it will pop up in engish.php, but also in the product listing, so in index.php and advanced_search.php, and products_new.php :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ... Link to comment Share on other sites More sharing options...
Guest Posted September 5, 2005 Share Posted September 5, 2005 hi, you need an editor like textpad where you can grep your whole languages folder to see where a word is used. in your case, search for "manufacturer" with it, and you will see it will pop up in engish.php, but also in the product listing, so in index.php and advanced_search.php, and products_new.php <{POST_SNAPBACK}> grep? Not sure what this is but I will check for manufacturers in my languages folder do i need to check anywhere else? Link to comment Share on other sites More sharing options...
♥Monika in Germany Posted September 5, 2005 Share Posted September 5, 2005 grep? Not sure what this is but I will check for manufacturers in my languages folder do i need to check anywhere else? <{POST_SNAPBACK}> grep = search through a whole folder for a word or expression and I listed all language files you need to alter. Did you read my answer?? :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ... Link to comment Share on other sites More sharing options...
Guest Posted September 5, 2005 Share Posted September 5, 2005 grep = search through a whole folder for a word or expression and I listed all language files you need to alter. Did you read my answer?? <{POST_SNAPBACK}> sorry Link to comment Share on other sites More sharing options...
Guest Posted September 5, 2005 Share Posted September 5, 2005 there is a contribution that give details where in the oscommerce tree the manufacturer's field is used and how it can be altered. http://www.oscommerce.com/community/contributions,2930 Link to comment Share on other sites More sharing options...
Guest Posted September 5, 2005 Share Posted September 5, 2005 grep = search through a whole folder for a word or expression and I listed all language files you need to alter. Did you read my answer?? <{POST_SNAPBACK}> Tried that it did not work only managed to change the heading to BOX_HEADING_MANUFACTURER Help! Link to comment Share on other sites More sharing options...
♥Monika in Germany Posted September 5, 2005 Share Posted September 5, 2005 Tried that it did not work only managed to change the heading to BOX_HEADING_MANUFACTURER Help! <{POST_SNAPBACK}> and you will see it will pop up in engish.php :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ... Link to comment Share on other sites More sharing options...
Guest Posted September 5, 2005 Share Posted September 5, 2005 there is a contribution that give details where in the oscommerce tree the manufacturer's field is used and how it can be altered. http://www.oscommerce.com/community/contributions,2930 <{POST_SNAPBACK}> Thanks for that it work brilliantly Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.