Zen Cart Logo
Forums / General Questions / Changing Manufacturers Text Name Change

Changing Manufacturers Text Name Change

Locked

Views: 1,636

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
10 Mar 2008, 6:01 PM
#1
burelphotography avatar

burelphotography

New Zenner

Join Date:
Mar 2008
Location:
GA, USA
Posts:
7
Plugin Contributions:
0

Changing Manufacturers Text Name Change

I like the functionality, location, and everything about the Manufacturers option but........I sell photography prints and I will be having multiple artist on board. Is there an easy way to keep the functionality of the "Manufacturers" as it is and have it read "Artist" instead? Name/text change only?

10 Mar 2008, 6:07 PM
#2
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: Changing Manufacturers Text Name Change

Look in:-

includes/languages/your_template/english.php

for:-

// manufacturers box text in sideboxes/manufacturers.php
  define('BOX_HEADING_MANUFACTURERS', 'Manufacturers');

change to:-

// manufacturers box text in sideboxes/manufacturers.php
  define('BOX_HEADING_MANUFACTURERS', 'Artists');
10 Mar 2008, 7:21 PM
#3
burelphotography avatar

burelphotography

New Zenner

Join Date:
Mar 2008
Location:
GA, USA
Posts:
7
Plugin Contributions:
0

Re: Changing Manufacturers Text Name Change

Excellent, SchoolBoy. That did the trick. I found one other area that needs to be changed.

// manufacturer box text
  define('BOX_HEADING_MANUFACTURER_INFO', 'Artist Info');

Just an FYI for anyone else needing to make this change, the address line will still be proceeded with (index.php?main_page=index&manufacturers_id=1) when you choose a manufacture/artist out of the list.