Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do I remove the manufacturers box and info please?


tshirts

Recommended Posts

Hi all,

 

Please can some tell me how to remove the box with the manufacturers menu including the drop down menu. This box comes with the standard download.

 

Thank you in advance. :)

 

Hello,

 

You have to remove this

 

if ((USE_CACHE == 'true') && empty($SID)) {

echo tep_cache_manufacturers_box();

} else {

include(DIR_WS_BOXES . 'manufacturers.php');

}

 

from the file <catalog>/includes/column_right.php

 

and you won't get it any more.

Link to comment
Share on other sites

  • 8 months later...
Hello,

 

You have to remove this

 

if ((USE_CACHE == 'true') && empty($SID)) {

echo tep_cache_manufacturers_box();

} else {

include(DIR_WS_BOXES . 'manufacturers.php');

}

 

from the file <catalog>/includes/column_right.php

 

and you won't get it any more.

 

or try this nifty one i found in <catalog>/includes/column_left.php

 

 

change

 

include(DIR_WS_BOXES . 'manufacturers.php');

 

to

 

//include(DIR_WS_BOXES . 'manufacturers.php');

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...