s0und Posted March 1, 2005 Share Posted March 1, 2005 I tried searching but ended up with nothing. I was wondering how i could remove the "languages" and "currency" boxes? Which file to configure to be more precise... Any help would be appreciated. Link to comment Share on other sites More sharing options...
Guest Posted March 2, 2005 Share Posted March 2, 2005 If you go in to includes/column_right.php and change, This: include(DIR_WS_BOXES . 'languages.php'); include(DIR_WS_BOXES . 'currencies.php'); To this: // include(DIR_WS_BOXES . 'languages.php'); // include(DIR_WS_BOXES . 'currencies.php'); they will no longer be displayed. If you ever want to put them back just remove the two slashes '//' at the beginning of the lines. If you want to remove them for good just remove, 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...
babylea Posted March 2, 2005 Share Posted March 2, 2005 there is also an info box display contrib which lets you change the visibility of your boxes in the admin panel, it can be found here: http://www.oscommerce.com/community/contributions,1083/ you will still need to edit the column files if you wish to switch the boxes from one column to the other though Link to comment Share on other sites More sharing options...
s0und Posted March 2, 2005 Author Share Posted March 2, 2005 Excellent...thanks a bunch ;) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.