Guest Posted January 15, 2004 Share Posted January 15, 2004 Hi all, How do I Moving the Language & Currency Boxes from the right hand side of the catalog to left hand side? Thanks Sam :D Link to comment Share on other sites More sharing options...
bdeonline Posted January 15, 2004 Share Posted January 15, 2004 Ok this isn't to hard to figure out go to your catalogs folder. Then click the includes folder open column_right.php. Cut out the last couple of lines that look like this: if (substr(basename($PHP_SELF), 0, 8) != 'checkout') { include(DIR_WS_BOXES . 'languages.php'); include(DIR_WS_BOXES . 'currencies.php'); } Then open column_left.php and add that code to the bottom of the page but before the ?> save both files and see if it worked. Link to comment Share on other sites More sharing options...
Guest Posted January 15, 2004 Share Posted January 15, 2004 Thanks, But I tried it and it didn't work? Is there another file? to change? Link to comment Share on other sites More sharing options...
Guest Posted January 15, 2004 Share Posted January 15, 2004 You must of done something wrong because it is the right way to do it The_Bear Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.