Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to remove content?


SJones

Recommended Posts

Posted

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

Posted
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

 

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??

Posted
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

 

 

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');

Archived

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

×
×
  • Create New...