Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Manufacturer info box?


pippi

Recommended Posts

Hello.

 

Have previously removed the manufacturer box in the left column... But when you view an item a "manufacturer info" box turns up in the right column. Would like to remove it here as well... If anyone could help me with this id really appriciate it!

Link to comment
Share on other sites

Hello.

 

Have previously removed the manufacturer box in the left column... But when you view an item a "manufacturer info" box turns up in the right column. Would like to remove it here as well... If anyone could help me with this id really appriciate it!

 

Its something to do with this bit of code. I found it in the includes/column_right file.

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

  if (tep_session_is_registered('customer_id')) include(DIR_WS_BOXES . 'order_history.php');

 

Comment it out or delete which ever part of it you want to remove.

REMEMBER BACKUP, BACKUP AND BACKUP

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...