spencermjax Posted September 7, 2005 Share Posted September 7, 2005 anyone know how to remove the "Show:" manufacturer drop down box on the index page? Link to comment Share on other sites More sharing options...
stevel Posted September 7, 2005 Share Posted September 7, 2005 You mean the one in the left column? Edit catalog/includes/column_left.php and remove: if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_manufacturers_box(); } else { include(DIR_WS_BOXES . 'manufacturers.php'); } Steve Contributions: Country-State Selector Login Page a la Amazon Protection of Configuration Updated spiders.txt Embed Links with SID in Description Link to comment Share on other sites More sharing options...
spencermjax Posted September 7, 2005 Author Share Posted September 7, 2005 no the one at the top of the index.php page EXAMPLE Link to comment Share on other sites More sharing options...
stevel Posted September 7, 2005 Share Posted September 7, 2005 That's a custom addition, not in the stock osCommerce. You'll have to ask wherever you got that modification from, or study the index.php code to see where it comes from. Steve Contributions: Country-State Selector Login Page a la Amazon Protection of Configuration Updated spiders.txt Embed Links with SID in Description Link to comment Share on other sites More sharing options...
spencermjax Posted September 7, 2005 Author Share Posted September 7, 2005 I just did some playing around and figured out that if I select "manufacturer --none--" for all products when entering the product into the system, the box does not appear. it shows up when I select a cubcategory that has products with different manufacturers. so if the sub category has 3 items with the same manufacturer or no manufacturer listed thenthe dropdown box is not there. Thanks for the help anyway. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.