Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

extend center column width


needapair

Recommended Posts

Posted

hi,my site is needapair.com, I am trying to extend the center column width so it can take the place of culumn_right.php please help someone? :-"

Posted

You need to remove this entire code from the bottom of every page you do not want the right column on

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

My Contributions

 

Stylesheet With Descriptions Glassy Grey Boxtops Our Products Meta Tags On The Fly

Password Protect Admin

"No matter where you go....There you are" - Buccaroo Bonsai

Posted
You need to remove this entire code from the bottom of every page you do not want the right column on

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

:o what about my product pages? i have over 2500 products, each one of them have their own page..

Posted
:o what about my product pages? i have over 2500 products, each one of them have their own page..

 

No they don't, not unless you have physically created 2500 pages.

 

It is a dynamic site so effectively, you have one product page - product_info.php - which displays all your products. Look at the URL www.your_domain.com/product_info.php?products_id=24 or when you are on a category page www.your_domain.com/index.php?cPath=4, www.your_domain.com/index.php?manufacturers_id=3 for when you are on a manufacturers page

 

There about 50 root level files so if you want the right column removed entirely, you'll need to remove that code from them. Get a decent text editor and it will take about 2 minutes to do.

Archived

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

×
×
  • Create New...