austin_glad Posted November 3, 2005 Posted November 3, 2005 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
satanas Posted November 4, 2005 Posted November 4, 2005 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.