Jason4108 Posted January 24, 2004 Share Posted January 24, 2004 This may seem like a stupid question, but I'm a stupid person. I've searched the wikki and the forums and haven't found anything about how to add/remove blocks. Please help. Link to comment Share on other sites More sharing options...
Guest Posted January 24, 2004 Share Posted January 24, 2004 What do you mean "blocks"? What blocks? Please be as specific as you can. Link to comment Share on other sites More sharing options...
241 Posted January 24, 2004 Share Posted January 24, 2004 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! Is your Osc dated try Phoenix raising oscommerce from the ashes. Link to comment Share on other sites More sharing options...
Jason4108 Posted January 24, 2004 Author Share Posted January 24, 2004 the side boxes with the tell a friend, language, and etc. I thought they were called blocks I could be wrong though. Link to comment Share on other sites More sharing options...
Guest Posted January 24, 2004 Share Posted January 24, 2004 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 More sharing options...
241 Posted January 24, 2004 Share Posted January 24, 2004 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! Is your Osc dated try Phoenix raising oscommerce from the ashes. Link to comment Share on other sites More sharing options...
Jason4108 Posted January 24, 2004 Author Share Posted January 24, 2004 thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.