SJones Posted December 20, 2004 Posted December 20, 2004 I would like to remove some regions on the right column - the Review, Language and Currencies sections are not needed. Does anyone have any idea as to the best and most efficient way to achieve this. I am not well versed in OScommerce so please keep that in mind. Thanks
ozcsys Posted December 20, 2004 Posted December 20, 2004 I would like to remove some regions on the right column - the Review, Language and Currencies sections are not needed. Does anyone have any idea as to the best and most efficient way to achieve this. I am not well versed in OScommerce so please keep that in mind. Thanks <{POST_SNAPBACK}> includes/column_right.php Remove or comment out the boxes you do not want. The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
AWWWW.WAHWAH Posted December 20, 2004 Posted December 20, 2004 I would like to remove some regions on the right column - the Review, Language and Currencies sections are not needed. Does anyone have any idea as to the best and most efficient way to achieve this. I am not well versed in OScommerce so please keep that in mind. Thanks <{POST_SNAPBACK}> go to /catalog/includes/ and edit either file column_right.php or column_left.php and throw a "//" in front of the code. soooooooooooooo to delete the LANGUAGE and CURRENCIES box, you would need to mod column_right.php just do this: // include(DIR_WS_BOXES . 'languages.php'); // include(DIR_WS_BOXES . 'currencies.php');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.