njshore Posted March 15, 2003 Share Posted March 15, 2003 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 More sharing options...
mugitty Posted March 15, 2003 Share Posted March 15, 2003 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 More sharing options...
njshore Posted March 15, 2003 Author Share Posted March 15, 2003 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.