Steven Barkess Posted December 10, 2005 Posted December 10, 2005 Hi What do I need to change to edit the Manufacturer text to Label. I actually need to change Manufacturer (on the right of each page where there is links to the company) and Manufacturers (on the left of each page where there is a drop down list) Thanks Steven
McMuler Posted December 10, 2005 Posted December 10, 2005 in file: '/catalog/includes/languages/your_language.php' search line : 'define('HEADER_TITLE_MANUFACTURER', 'Manufacturer');' edit to: define('HEADER_TITLE_MANUFACTURER', 'Label'); search lines: // manufacturers box text in includes/boxes/manufacturers.php define('BOX_HEADING_MANUFACTURERS', 'Manufacturer'); edit second line to: define('BOX_HEADING_MANUFACTURERS', 'Label'); search line: define('BOX_INFORMATION_ALLMANUFACTURERS', 'Manufacturerlist'); (think this is org, i am using german language files) edit to: define('BOX_INFORMATION_ALLMANUFACTURERS', 'Label List'); should be all.... done :)
Steven Barkess Posted December 11, 2005 Author Posted December 11, 2005 Thanks for this. I'll try it later today, just doing a reinstall of OSC as I edited something elsewhere and couldnt get it working again!! My fault for making to many changes in one go. Re the above, will this change the description in the product table too. Basically, any where that says manufacture I want to change to label. Sorry, should have said that to start with rather than just referencing the home page. Steven
developer_x Posted December 11, 2005 Posted December 11, 2005 When you say "will this change the description in the product table too." are you referring to the database table? This will just change the label/title from manufacture to 'label' on every page of the website. It won't be affecting name of any column etc anywhere in the database tables. To avoid having problems, always take backup of the file you are going to modify. Irfan,
Recommended Posts
Archived
This topic is now archived and is closed to further replies.