Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Coulmn Manager?


kyley

Recommended Posts

Posted

I installed an older Version of osCommerce a while ago, and just started a new installation (2.2) today. When I went to manage the columns as I remember there used to be a "red light - green light" on/off manager for this. Does anyone know where this can be found, or is it time for me to dig into the code? I can't imagine that it is gone, it was such an easy process before. Thanks for any insight.

Posted

Ok, I checked the old version with the new one.......why doesn't Infobox Admin show up on version 2.2. Thanks for any light you can shed on the subject.

Posted

You had a contribution installed that managed them. The columns are not that hard to figure out. The width is defined in includes/application_top.php

 

// customization for the design layout

define('BOX_WIDTH', 125); // how wide the boxes should be in pixels (default: 125)

 

And in includes/column_left.php and includes/column_right.php you just move things around and sort them in the order you want.

 

If you do not want a box you just comment it out such as

 

// require(DIR_WS_BOXES . 'information.php');

 

The addition was the //

Archived

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

×
×
  • Create New...