Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing the language support


awmiranda

Recommended Posts

Posted

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.

Posted

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.

Posted

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

Posted

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...