awmiranda Posted December 4, 2002 Posted December 4, 2002 Hi, This community has helped me so much, but I finally reached a wall. I'll like to eliminate the german and spanish laguage support in both admin and catalog of oscommerce. Is there an easy way without butchering the entire site? :?: I'll appreciate any help. thanks.
greree Posted December 4, 2002 Posted December 4, 2002 Do you mean you want to physically delete the files themselves? If that's the case I don't know. If you just want to shut the language off go to the admin panel, then Localization, then Languages. Delete the languages you don't want.
Guest Posted December 4, 2002 Posted December 4, 2002 I too wanted to delete 2 extra languages and leave only english. I have now done this using the instructions above. Now Im still left with the 'Languages' box in the right panel, how do I get rid of this box from the panel? Cheers Paul :D
Jan0815 Posted December 4, 2002 Posted December 4, 2002 Open up catalog/includes/column_right.php Comment out the languages box, the result should look like this: if (substr(basename($PHP_SELF), 0, 8) != 'checkout') { // include(DIR_WS_BOXES . 'languages.php'); include(DIR_WS_BOXES . 'currencies.php'); } HTH You can't have everything. That's why trains have difficulty crossing oceans, and hippos did not adapt to fly. -- from the OpenBSD mailinglist.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.