Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Configuring Boxes


Guest

Recommended Posts

I am trying to change the displayed titles of the Manufacturer and Category boxes to suit the items in the store I am building but can't find the right code. Could anyone point me in the right direction ? Many thanks

Link to comment
Share on other sites

not understanding what you want, the wiki gives info on boxes, link below if you don't know what your looking for and want to browse info

Link to comment
Share on other sites

Thanks for the reply. I am trying to reuse the Manufacturere and Category fields and change the text within the box title bars, because the terms Category and Manufacturer are not right for the products at our site.. Thanks again

Link to comment
Share on other sites

In general, this would be in includes/language/language.php (e.g. english.php). I think that particular statements that you would want to change are

define('BOX_HEADING_CATEGORIES', 'Categories');

define('BOX_HEADING_MANUFACTURERS', 'Manufacturers');

Good luck,

Matt

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...