LenochkaV Posted November 11, 2005 Share Posted November 11, 2005 :( I am new to os Commerce Please help to change the box width <?php echo BOX_WIDTH; ?> - What is this Where can I find BOX_WIDTH value Link to comment Share on other sites More sharing options...
jefs.42 Posted November 11, 2005 Share Posted November 11, 2005 /includes/application_top.php about line 59 Link to comment Share on other sites More sharing options...
LenochkaV Posted November 12, 2005 Author Share Posted November 12, 2005 thank you Link to comment Share on other sites More sharing options...
3D-media Posted January 19, 2006 Share Posted January 19, 2006 ...and how to set width for boxes placed in a left and a right columns separately? Link to comment Share on other sites More sharing options...
LatigaPitanga Posted August 13, 2007 Share Posted August 13, 2007 ...and how to set width for boxes placed in a left and a right columns separately? you have to define a new category in application_top-php. For example: define('BOX_WIDTH_RIGHT', 160); and then you just change BOX_WIDTH for BOX_WIDTH_RIGHT in the column where you want to change the size. Example: <td width="<?php echo BOX_WIDTH; ?> for <td width="<?php echo BOX_WIDTH_RIGHT; ?> got the idea? I hope so ;) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.