Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how to remove manufatureres drop down on the left side


austin_glad

Recommended Posts

Posted

how to remove manufatureres drop down on the left side if i just have one manufaturer. I tried doing 0 instead of 1 in adminsitration but it still shows the manufactureres. I want to get rid of manufacturers/

.

Thanks

austin_glad

Posted
how to remove manufatureres drop down on the left side if i just have one manufaturer. I tried doing 0 instead of 1 in adminsitration but it still shows the manufactureres. I want to get rid of manufacturers/

.

Thanks

austin_glad[/size]

 

Hello,

 

Just edit the file column_left.php located at /catalog/includes/ and remove this:

 

if ((USE_CACHE == 'true') && empty($SID)) {

echo tep_cache_manufacturers_box();

} else {

include(DIR_WS_BOXES . 'manufacturers.php');

}

 

:thumbsup:

 

Sat

Archived

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

×
×
  • Create New...