david206 Posted October 9, 2009 Posted October 9, 2009 I'm configuring a publishers site and would like to change the 'Manufacturers' title string that appears in various places to 'Publishers'. I can't find where the DEFINEs are stored for such changes - can anyone help please? v2.2 RC2 Thanks.
vinehill Posted October 21, 2009 Posted October 21, 2009 I'm configuring a publishers site and would like to change the 'Manufacturers' title string that appears in various places to 'Publishers'. I can't find where the DEFINEs are stored for such changes - can anyone help please? v2.2 RC2 Thanks. hi mate, the file you need is /catalog/includes/languages/english.php the code line is 76 define('BOX_HEADING_MANUFACTURERS', 'Manufacturers'); just change the line to define('BOX_HEADING_MANUFACTURERS', 'Publisher'); good luck Jamie
Recommended Posts
Archived
This topic is now archived and is closed to further replies.