Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Completely remove right column


Guest

Recommended Posts

Hello,

 

I want to completely remove the column in the right so that the center would extend to that space, can u tell me how?

I tryed removing all the boxes but the space that had been used by the column stays unocupied..

 

Tx All..

Link to comment
Share on other sites

I even removed it from the main index.php where it wa somthing like:

<!-- right_navigation //-->

<!-- <?php //require(DIR_WS_INCLUDES . 'column_right.php'); ?> //-->

<!-- right_navigation_eof //-->

 

still not using that space...

Link to comment
Share on other sites

I found the solution . Tx for...nothing but anyways here is the solution for who might want to do this:

 

in the catalog folder in the index.php seach for these lines:

 

<td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">

<!-- right_navigation //-->

<?php require(DIR_WS_INCLUDES . 'column_right.php'); ?>

<!-- right_navigation_eof //-->

 

and turn into this:

 

<!-- <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">//-->

<!-- right_navigation //-->

<!-- <?php //require(DIR_WS_INCLUDES . 'column_right.php'); ?> //-->

<!-- right_navigation_eof //-->

 

witch means comment the entire right column , in the previous message i commented just the last lines, the table data wa still in the table.

Hope it helps you, chears

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...