Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help an Newb


Jason4108

Recommended Posts

By blocks do you mean boxes

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Link to comment
Share on other sites

They are boxes. The boxes themselves are located in catalog/includes/boxes/ and the code that calls them is in the files catalog/includes/column_left.php and catalog/includes/column_right.php.

 

Boxes can be removed from display simply by rem'ing out the code that calls them in column_right or column_left.php. The column_left and column_right.php files are called by the php files in catalog/ such as index.php and product_info.php etc etc.

 

You could create custom column_whatever.php files and call them instead of left and right, as you see fit, or you could simply revise the left and right columns, which is the easier solution.

 

Rem out what you don't (think you) want, rather than deleting code, so that the code can be restored easily if needed.

Link to comment
Share on other sites

go to catalog/includes/column_left.php or catalog/includes/column_right.php and change the code from for example

require(DIR_WS_BOXES . 'reviews.php');

to

//require(DIR_WS_BOXES . 'reviews.php');

No longer giving free advice. Please place deposit in meter slot provided.  Individual: [=] SME: [==] Corporation: [===]
If deposit does not fit one of the slots provided then you are asking too much! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...