Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing "Manufacturers"


raybeam

Recommended Posts

Posted

in includes>column_left. php, comment out the following:

 if ((USE_CACHE == 'true') && empty($SID)) {
echo tep_cache_manufacturers_box();
 } else {
include(DIR_WS_BOXES . 'manufacturers.php');
 }

Posted
in includes>column_left. php, comment out the following:

 if ((USE_CACHE == 'true') && empty($SID)) {
echo tep_cache_manufacturers_box();
 } else {
include(DIR_WS_BOXES . 'manufacturers.php');
 }

 

Thanks, that seemed to work fine, thanks.

Now, I also want to remove the "Manufacurer info"-box on the product_info.php , the page wich shows up when I click a product.

Any clues?

Posted

And then I discovered that manufacturers are still left in "advanced search", and the "Let's see what we have here" product listing..

Posted

I just deleted all the manufacturers and most of the problem was gone..

 

Now it's just in the Advanced Search that Manufacturers still haunts me.

Archived

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

×
×
  • Create New...