Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Hide the side columns


sagar

Recommended Posts

Hi,

 

What is want that when I open the index file of catalog directory i.e. index.php, I don't want to have the side column i.e.

 

Left Side

---------------

Catagories

Whats news

Quick find

Information

 

 

Right Side

---------------

Shopping Cart

Reviews

Languages

Currencies

 

I want to hide these sections. Can you please tell me how to do this? I would be very grateful if anybody can help me.

 

One more problem I am facing that Shopping Cart Emply...whenever I buy anything I loose my Cart Contents.

 

Please help me on urgent basis because my boss is really after me.

 

Thanks. Hope for an early response.

 

 

Sagar

[email protected]

Link to comment
Share on other sites

Hi Sagar,

 

If you want to permanently remove all of the infoboxes on the right and left sides, all you have to do is remove or comment them out of

 

catalog/includes/column_right.php

 

and

 

catalog/includes/column_left.php

 

For example:

 

Change:

 

require(DIR_WS_BOXES . 'information.php');

 

To

 

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

 

Hope that helps.

McGinTech

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...