Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do you remove the manufacturer box


soulfinger

Recommended Posts

Posted

In your catalog/includes/column_left.php find and remove (or comment) this:

 

if ( (USE_CACHE == 'true') && !defined('SID')) {

echo tep_cache_manufacturers_box();

} else {

include(DIR_WS_BOXES . 'manufacturers.php');

}

Archived

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

×
×
  • Create New...