bigfunkychief Posted May 14, 2003 Posted May 14, 2003 I looked through the files, but couldn't place my finger where I needed to be to remove the Drop Down box, or alter the text. I checked product_info.php and default.php... Also, does anyone know if there's a limit to how many manufactuers osCommerce will hold?
Guest Posted May 14, 2003 Posted May 14, 2003 The manufactureres box can be removed by commenting the code in catalog/includes/column_left.php ..... like this: /*if ( (USE_CACHE == 'true') && !defined('SID')) { echo tep_cache_manufacturers_box(); } else { include(DIR_WS_BOXES . 'manufacturers.php'); }*/ The text is in catalog/incldes/languages/english.php: // manufacturers box text in includes/boxes/manufacturers.php define('BOX_HEADING_MANUFACTURERS', 'Manufacturers'); Not sure how many manufacturers you can have... it would be very many! :shock:
bigfunkychief Posted May 14, 2003 Author Posted May 14, 2003 I apologize, after reading my post I don't think I was very clear. The manufacturers drop down box I speak of appears when you click a category and get a product listing, it shows up at the top middle of the screen, above the prodcuts listings.
bigfunkychief Posted May 14, 2003 Author Posted May 14, 2003 I found the answer...should have looked in the index.php first! Thanks for your time....
d3crypt Posted October 25, 2003 Posted October 25, 2003 I tried this and it fixed it! I wanted to remove the manufactuers list and this worked!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.