Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to remove manufacturer from home page?


njshore

Recommended Posts

I went to Admin > Configuration> Product Listing> Display Category/Manufacturer Filter (0=disable; 1=enable) and set to 0

 

I went toAdmin> Catalog> Manufacturers and deleted all manufacturers

 

When I go to the store default.php the manufacturer drop down box is still there with all the old manufacturers still listed. I closed my browser and computer to be sure it wasn't cashed.

 

How can I not display any manufacturers?

 

I do not want manufacturers listed.

 

Thanks!

Link to comment
Share on other sites

In catalog/includes/column_left.php, comment out

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

   echo tep_cache_manufacturers_box();

 } else {

   include(DIR_WS_BOXES . 'manufacturers.php');

 }

... if you want to REALLY see something that doesn't set up right out of the box without some tweaking,

try being a Foster Parent!

Link to comment
Share on other sites

Is it the same as cgi? For example...

 

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

# echo tep_cache_manufacturers_box();

# } else {

# include(DIR_WS_BOXES . 'manufacturers.php');

# }

 

Thanks Again!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...