Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

deleting languages


Guest

Recommended Posts

Posted

Is it possible to delete the languages not being used and not mess up the cart?

Posted

Use the admin's control panel go to Languages and delete the ones you don't want.

 

Note that you can not delete the default language.

Posted

To hide the Languages box, open catalog/includes/column_right.php and look for this line

 

 ? ?include(DIR_WS_BOXES . 'languages.php');

change it to

 

 ? ?//include(DIR_WS_BOXES . 'languages.php');

 

As simple as that! :thumbsup:

Posted
Use the admin's control panel go to Languages and delete the ones you don't want.

 

Note that you can not delete the default language.

 

That I have done I would like to delete them from the files totally from the site using CPanel

Posted

I think you'll find that if you actually delete even redundant default language packs that you'll mess up your whole site. I don't know why this is, but I've seen it happen lots of times.

 

There is also absolutely no need to delete them, just disable them in 'admin'

 

Vger

Posted
To hide the Languages box, open catalog/includes/column_right.php and look for this line

 

 ? ?include(DIR_WS_BOXES . 'languages.php');

change it to

 

 ? ?//include(DIR_WS_BOXES . 'languages.php');

 

As simple as that! :thumbsup:

 

 

Thank you for the information - that was exactly what I was looking to do.

Peace and Happy New Year

R

Archived

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

×
×
  • Create New...