Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

removing boxes


Guest

Recommended Posts

where do you go to remove boxes? i want to get rid of currencies, languages, reviews, bestsellers, and what's new from the homepage but can't find the right config file.

 

i'd also like to get rid of manufacturer info, notifications, tell a friend, reviews, languages, currencies, and what's new from product_info.php page.

Link to comment
Share on other sites

try looking at the catalog/includes/column_left.php and right.php

just add comment slashes // before the box you want to remove

 

include(DIR_WS_BOXES . 'languages.php');

 

to

 

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

 

this will remove lamguages.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...