Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Im sure this is Simple


Guest

Recommended Posts

I need to know how to Get rid of the space for the column_Left.php file. Becasue i have the Shopping Cart nested in a Frames set up. i just need to know how to get rid of that dead space..

Look Here http://www.jscomputersales.com The click Catalog (The cart is inactive at this moment)

Thanks for your Time....

 

Shaun

Link to comment
Share on other sites

I don't have the precise answer for you but I can get you in the right direction:

Application_top.php allows you to set the box width. By default it is 125. The problem is that it is for both the left and right columns, so it will effect your right column as well. There is a contribution, column controller which allows the setting of column widths independantly, but I think there is an easier way. Hope this helps.

Link to comment
Share on other sites

You would have to go through all the files in your catalog folder and find this:

<!-- left_navigation //-->

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

<!-- left_navigation_eof //-->

 

And change it to this in all of those files:

<!-- left_navigation //-->

<?php //require(DIR_WS_INCLUDES . 'column_left.php'); ?>

<!-- left_navigation_eof //-->

Link to comment
Share on other sites

  You would have to go through all the files in your catalog folder and find this...

 

This alone will not remove the space in Internet Explorer. You would have to either change <td width="<?php echo BOX_WIDTH; ?>" to <td width="0">, or set BOX_WIDTH to zero in application_top.

Link to comment
Share on other sites

I am trying to change the column width size using linda's column controller and it does not seem to be making any changes at all when i put in 250 pixels instead of 125. Where else can I check to make these changes?

 

I've tried application_top but I can't find anything in there that has to do with the box width. I am thinking that is because this mod is installed. Any ideas?

 

Thanks so much.

 

G:)

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...