Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing Manufactuer Drop Down box on Product Lists


bigfunkychief

Recommended Posts

Posted

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?

Posted

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:

Posted

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.

  • 5 months later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...