Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing some info boxes ...


adrian.pearce

Recommended Posts

Please be more specific about which boxes you would like to remove . . . different kinds of boxes (some) are defined in different places.

 

Rose

 

Hi Rose, i would like to remove the Manufacturers box - left column and Currencies box - right column

 

Thanks....

Link to comment
Share on other sites

For the Manufacturers box:

* open up the file, column_left.php in the folder, /catalog/includes/

* find the lines (around line#19 - 23)

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

echo tep_cache_manufacturers_box();

} else {

include(DIR_WS_BOXES . 'manufacturers.php');

}

* either comment them out or remove them permanently, your choice.

 

For the Currencies box:

* open up the file, colunm_right.php in the folder, /catalog/includes/

* find the line (around line#45)

include(DIR_WS_BOXES . 'currencies.php');

* either comment them out or remove them permanently, your choice.

* you may also want to remove/comment out the reference to Manufacturer in this file too (line#15) . . .

if (isset($HTTP_GET_VARS['products_id'])) include(DIR_WS_BOXES . 'manufacturer_info.php');

 

 

Hope this helps.

Rose

 

 

 

 

 

 

Hi Rose, i would like to remove the Manufacturers box - left column and Currencies box - right column

 

Thanks....

Link to comment
Share on other sites

For the Manufacturers box:

* open up the file, column_left.php in the folder, /catalog/includes/

* find the lines (around line#19 - 23)

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

echo tep_cache_manufacturers_box();

} else {

include(DIR_WS_BOXES . 'manufacturers.php');

}

* either comment them out or remove them permanently, your choice.

 

For the Currencies box:

* open up the file, colunm_right.php in the folder, /catalog/includes/

* find the line (around line#45)

include(DIR_WS_BOXES . 'currencies.php');

* either comment them out or remove them permanently, your choice.

* you may also want to remove/comment out the reference to Manufacturer in this file too (line#15) . . .

if (isset($HTTP_GET_VARS['products_id'])) include(DIR_WS_BOXES . 'manufacturer_info.php');

Hope this helps.

Rose

 

Thanks Rose all working now, Many Thanks.....

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...