kyley Posted March 5, 2008 Posted March 5, 2008 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.
kyley Posted March 6, 2008 Author Posted March 6, 2008 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.
Guest Posted March 6, 2008 Posted March 6, 2008 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 //
Recommended Posts
Archived
This topic is now archived and is closed to further replies.