spencermjax Posted September 7, 2005 Posted September 7, 2005 anyone know how to remove the "Show:" manufacturer drop down box on the index page?
stevel Posted September 7, 2005 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
spencermjax Posted September 7, 2005 Author Posted September 7, 2005 no the one at the top of the index.php page EXAMPLE
stevel Posted September 7, 2005 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
spencermjax Posted September 7, 2005 Author 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.