PhpNurd Posted August 29, 2006 Share Posted August 29, 2006 Hi friends I want just 2 columns. Left and center. How do I remove the right frame. I want the currency drop down menu box to be on the left side. :huh: Link to comment Share on other sites More sharing options...
hetster Posted August 29, 2006 Share Posted August 29, 2006 use STS template contribution..i removed the right column and was very very easy..just remove the relevant $product info etc and put only the ones you want in left column Link to comment Share on other sites More sharing options...
PhpNurd Posted August 29, 2006 Author Share Posted August 29, 2006 use STS template contribution..i removed the right column and was very very easy..just remove the relevant $product info etc and put only the ones you want in left column Exactly which file needs to be edited ? Will have a look at sts template also. Thanks Link to comment Share on other sites More sharing options...
hetster Posted August 29, 2006 Share Posted August 29, 2006 its not a file its an html template system. you can design the page how you want it to look in dreamweaver/frontpage etc and all the info boxes and logos etc are assigned a $ value like the bestsellers box is called $bestsellers you just type that anywhere on the page you want that box to appear.. the template is split into header..footer..left..right and main windows..if you remove ALL the $ from right window then the right frame dissapears. http://the-pc-shop.110mb.com/catalog/ thats mine as it stands so far with the right column completely gone and only what i want in left p.s. server was down a min ago lol so ya might need to wait 5 mins to check Link to comment Share on other sites More sharing options...
PhpNurd Posted August 29, 2006 Author Share Posted August 29, 2006 Your site is pretty fast I must say :) BTW where can I download STS, I tried this http://www.oscommerce.com/community/contri...ch,STS+template Link to comment Share on other sites More sharing options...
hetster Posted August 29, 2006 Share Posted August 29, 2006 thats the 1 i use it looks quite complicated but it really isnt and gives you plenty of scope to change the basic look of your shop i'm still learning myself..only been at it a week or so but learning a lot more every day Link to comment Share on other sites More sharing options...
hetster Posted August 29, 2006 Share Posted August 29, 2006 just realised its been updated you can also design the info boxes now as of a few days ago. very nice addition Link to comment Share on other sites More sharing options...
hetster Posted August 29, 2006 Share Posted August 29, 2006 damn that edit button lol the top one in that contribution is just an update for info boxes. the full package you want is the latest 4.2 that should be the full template system. if you want to add the updates (i just did for the info boxes) then its up to you but for basic homepage and product info design you'll need full 4.2 package from that contribution list Link to comment Share on other sites More sharing options...
PhpNurd Posted September 11, 2006 Author Share Posted September 11, 2006 Isnt there a way to just disable some code in existing files and get rid of the right pane? Link to comment Share on other sites More sharing options...
iofast Posted September 11, 2006 Share Posted September 11, 2006 i haven't tried it but you might be able to comment out all the boxes in includes/column_right.php Link to comment Share on other sites More sharing options...
jasonabc Posted September 11, 2006 Share Posted September 11, 2006 use STS template contribution..i removed the right column and was very very easy..just remove the relevant $product info etc and put only the ones you want in left column This is totally uneccessary work. To remove the right column from OSC - delete this block of code in all php files just in the root store folder (a global search and replace will do this in less than one second): <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> Job done. Jason My Contributions: Paypal Payflow PRO | Rollover Category Images | Authorize.net Invoice Number Fix Link to comment Share on other sites More sharing options...
PhpNurd Posted September 11, 2006 Author Share Posted September 11, 2006 This is totally uneccessary work. To remove the right column from OSC - delete this block of code in all php files just in the root store folder (a global search and replace will do this in less than one second): <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> Job done. if the directory is /shop then all php files in /shop (root) ??? How do i do a search for this code and replace them all without having to open all files one by one n change them. Link to comment Share on other sites More sharing options...
jasonabc Posted September 11, 2006 Share Posted September 11, 2006 Any code editor will do - Homesite, Dreamweaver, FrontPage etc etc etc. Do a global search and replace on the /shop/ directory. Jason My Contributions: Paypal Payflow PRO | Rollover Category Images | Authorize.net Invoice Number Fix Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.