bigko Posted February 16, 2004 Share Posted February 16, 2004 Hi There, I would like to change the look and layout of the checkout pages, specifically getting rid of the left column and some of the right. Can someone please tell me which files I should do this on. Thanks for your help. Link to comment Share on other sites More sharing options...
drakonan Posted February 17, 2004 Share Posted February 17, 2004 Are you JUST wanting to get rid of the columns on the checkout pages? If so, the file URL that displays on the pages you want to remove the column from will be the page (or pages) you want to remove the includes file for. They'll be something like include(DIR_WS_INCLUDES . "column_left.php") turn that into /*include(DIR_WS_INCLUDES . "column_left.php")*/ and your left column content disappears (albeit some of the space still exists) - - - - Sometimes, ignorance is bliss. Link to comment Share on other sites More sharing options...
bigko Posted February 18, 2004 Author Share Posted February 18, 2004 Thanks, however when I opened the pages that I would like to modify shopping_cart.php and login.php This is the only code that I see <?php require(DIR_WS_INCLUDES . 'column_right.php'); ?> I tried changing this to <?php /*require(DIR_WS_INCLUDES . "column_left.php")*/; ?> as this is the only way the code becomes noted out. I uploaded it to the server, but the columns still exist. Did I do something wrong? should I have changed the require to include? Also perhaps I changed the wrong doc? Thanks for any help and/or insight you can give me. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.