pappasol Posted July 30, 2004 Posted July 30, 2004 I have no need for the many boxes found in the right column. Being a newbie and really unfamilar with editing (although I can do it with explicit instructions), can someone advise me how to remove the boxes in the right column or for that matter the right column? Thanks in advance.
Druide Posted July 30, 2004 Posted July 30, 2004 <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2"> <!-- right_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_right.php'); ?> <!-- right_navigation_eof //--> </table></td> look in your 'ROOT' files of your catalog directory for the above code. if you delete it then the whole right column will be gone otherwise look into includes/column_right.php if you want to disable just a few BLOCKS of the right column and please read the FORUM RULES this area is only for 'NEW' TIPS & TRICKS and not for questions have a good one Robert We all need to learn it once, how hard it may seem when you look at it, also you will master it someday ;)
Gersh_ny Posted July 30, 2004 Posted July 30, 2004 You could remove it by Changing <!-- body_text_eof //--> <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2"> <!-- right_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_right.php'); ?> <!-- right_navigation_eof //--> </table></td> </tr> </table> <!-- body_eof //--> To this <!-- body_text_eof //--> <td width="<?php echo BOX_WIDTH; ?>" valign="top"><!--<table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2"> <!-- right_navigation //--> <?php// require(DIR_WS_INCLUDES . 'column_right.php'); ?> <!-- right_navigation_eof //--> <!--</table>--></td> </tr> </table> <!-- body_eof //--> It is a little bit of a pain because you need to go through all the files in catalog/ folder Also I think you will want to add the shopping cart in to column_left if you comment out column_right Good luck with your store
Recommended Posts
Archived
This topic is now archived and is closed to further replies.