Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

get rid of the right column


Guest

Recommended Posts

Posted

I want to edit my contents which extend to the right. But the right colomn still occupy the position, even the box of right column has been deleted from index.php file.

 

Can anyone tell me how to get rid of the right column?

Posted

	<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 //-->
</table></td>

 

You need to remove or comment out all of this on every page where you don't want the right column.

 

If you want you can move stuff from the right column to wherever else you want it on the page by copying the relevant code from column_right.php

 

Peter

Posted
I want to edit my contents which extend to the right. But the right colomn still occupy the position, even the box of right column has been deleted from index.php file.

 

Can anyone tell me how to get rid of the right column?

 

 

ON ondex.php in catalog folder line 327 or so you have

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

 

Just block this line and right column is gone.

 

 

Satish

Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site.

 

Check My About US For who am I and what My company does.

Posted

I did it. Thanks peter & Satish for help

Archived

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

×
×
  • Create New...