Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

CHANGING LEFT SIDE BAR


cebuprincess

Recommended Posts

Getting rid of the information box is simple enough. Open up includes/column_left.php in your text editor and comment out the call for information.php like this:

 

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

 

The two forward slashes comment it out.

 

If you just want to change the links, open up includes/boxes/information.php instead and change the links to what you require.

A word of caution though; if you are still linking within osC, use the tep_href_link function that is in place now. Using normal HTML could lose the session for your users, if their browser doesn't accept your cookies.

Also, I think most would agree that the Privacy, Shipping etc info is important to an e-commerce site so I wouldn't advise removing it altogether.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...