choosealogin Posted June 27, 2006 Posted June 27, 2006 in catalog/includes/column_left or column_right //put two slashes in front of the include/require call for the box More info here: http://www.oscommerce.info/kb/osCommerce/C...g_Area/Boxes/66
ddp Posted June 27, 2006 Posted June 27, 2006 It is in the includes/column_right.php file just put // infront of the boxes you don't want. Backup before making changes. Backup before making changes! Backup before making changes!! You did do a backup? eh?
stww Posted June 27, 2006 Author Posted June 27, 2006 thanks! is there a way to also 1. move boxes up or down the order within the same column? 2. move boxes from the right to left column and vice versa? thanks!
choosealogin Posted June 27, 2006 Posted June 27, 2006 Yes. require(DIR_WS_BOXES . 'onebox.php'); will appear above the next one down require(DIR_WS_BOXES . 'anotherbox.php'); and so on ... If you switch them, the display order will change accordingly. Just be carefull with the if statements/curly brackets ...don't lose track of them. Just make backups and there are no worries that way. :thumbsup: To move left to right...just take the whole "include" or "require" out of the column_left file into the column_right file.
stww Posted June 27, 2006 Author Posted June 27, 2006 thank you! :lol: now i'll have to go try it out.. :blush:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.