sipps Posted May 14, 2007 Share Posted May 14, 2007 Can anyone tell me how to hide the Language and Currency boxes? I've tried editing the includes/languages/english.php and english/index.php files but all I could do was delete the box header. Link to comment Share on other sites More sharing options...
spax Posted May 14, 2007 Share Posted May 14, 2007 includes/column_right.php Comment out the call for them with /* */ /* if (substr(basename($PHP_SELF), 0, 8) != 'checkout') { include(DIR_WS_BOXES . 'languages.php'); include(DIR_WS_BOXES . 'currencies.php'); } */ Link to comment Share on other sites More sharing options...
sipps Posted May 14, 2007 Author Share Posted May 14, 2007 includes/column_right.php Comment out the call for them with /* */ /* if (substr(basename($PHP_SELF), 0, 8) != 'checkout') { include(DIR_WS_BOXES . 'languages.php'); include(DIR_WS_BOXES . 'currencies.php'); } */ Thanks! Worked perfectly Link to comment Share on other sites More sharing options...
spax Posted May 14, 2007 Share Posted May 14, 2007 No problem! Link to comment Share on other sites More sharing options...
ebizmiami Posted April 21, 2011 Share Posted April 21, 2011 For me it didn't work. Tried your solution today, commented out the lines with both /* */ and then //, even deleted the lines, the currency/country keep staying there. Is there anywhere else that the code needs altering? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.