Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

I want to remove the right column


Guest

Recommended Posts

Hello

 

I wanted to remove the right hand column, I,ve removed the line of code from the a file (not sure witch one now) and all worked fine. But now when I click on "Shipping & Returns" the right column show's up again, I have tryed deleting the column_right.php file but then a error message shows up.

 

any help will be greatful

 

here is a link to my site

 

http://carbrochureco...tor.co.uk/shop/

Link to comment
Share on other sites

The code you removed you will need to remove from all of the top level files in the catalog directory

find this

 

<!-- body_text_eof //-->
<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>
 </tr>
</table>
<!-- body_eof //-->

 

make it this

 

<!-- body_text_eof //-->
 </tr>
</table>
<!-- body_eof //-->

 

Nic

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...