Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Categories/ Manufacturers question


plundercore

Recommended Posts

Posted

To change the box heading of categories open your catalog/includes/languages/english.php file and look for the following piece of code

 

// categories box text in includes/boxes/categories.php

define('BOX_HEADING_CATEGORIES', 'Categories');

 

Change the Categories to what ever you want it to be so it would look like

 

// categories box text in includes/boxes/categories.php

define('BOX_HEADING_CATEGORIES', 'Genres');

 

Look on the same page to find the section that deals with the manufacturers box, and do the same.

REMEMBER BACKUP, BACKUP AND BACKUP

Posted

Great, thanks, it works a treat. One more question - where can I find the section to change the following popup menu when you click on a "Categories" (now "Genres"):

 

"Let's See What We Have Here" Show: "All manufacturers" (this is a popup menu)

 

Thanks again,

Peter

Archived

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

×
×
  • Create New...