streetad Posted November 11, 2006 Share Posted November 11, 2006 I want to change wherever my shop refers to the word "manufacturer" to the word "artist". There are a lot lot of references in the php files so i don't know where to start. Is there an easy way of doing this, or is it even possible? Please help, i'm still very new to this Link to comment Share on other sites More sharing options...
natewlew Posted November 11, 2006 Share Posted November 11, 2006 You can change the heading in the manufactures box in /includes/languages/english.php // manufacturers box text in includes/boxes/manufacturers.phpdefine('BOX_HEADING_MANUFACTURERS', 'Manufacturers'); Other great Open Source (Free) programs: (Free as in free speech not free beer) The Gimp - An image program. | Firefox - All you have to do is add the Web Developer add-on to make this web browser complete. | FileZilla - An ftp program. | Inkscape - A good program to create images with. | Thunderbird - An email program. | Openoffice.org - An office suite that is compatible with MS Office. | Abiword - Another office suite. | Audacity - A sound recording tool. | ddp's Picks | Wordpress - An easy to use blogging software. | Joomla - An easy to use CMS that has ecommerce plug-ins. | Drupal - Another CMS How do I find these programs? Google Search! Link to comment Share on other sites More sharing options...
streetad Posted November 11, 2006 Author Share Posted November 11, 2006 You can change the heading in the manufactures box in /includes/languages/english.php Thanks, although that only changes the heading. I need to change it everywhere on the site, e.g in search results, product attributes etc. Must I change all of the references to "manufacturer" manualy? Link to comment Share on other sites More sharing options...
pyramids Posted November 11, 2006 Share Posted November 11, 2006 yes you will need to do it manually. I suggest that you use a "text search" software program on you computer to search thru the files to find all areas to change. Note you will only need to change the language files - not the php script files. The files to change will only be located in or under the languages folder. Link to comment Share on other sites More sharing options...
vivavi Posted December 7, 2006 Share Posted December 7, 2006 Thanks, although that only changes the heading. I need to change it everywhere on the site, e.g in search results, product attributes etc. Must I change all of the references to "manufacturer" manualy? Hi I was reading your post and I did the changes SHOP BY TYPE (categories) and SHOP BY BRAND (manufactures) in catalog/includes/languages/english.php but my website is not showing the changes. what I did wrong? Thanks Vivi Link to comment Share on other sites More sharing options...
streetad Posted December 12, 2006 Author Share Posted December 12, 2006 yes you will need to do it manually. I suggest that you use a "text search" software program on you computer to search thru the files to find all areas to change. Note you will only need to change the language files - not the php script files. The files to change will only be located in or under the languages folder. Thank you, appreciate it. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.