Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing title strings


david206

Recommended Posts

Posted

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.

  • 2 weeks later...
Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...