Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Languages


ReginaStelling

Recommended Posts

Hi!

 

I'm trying to figure out how I can jave 1 language display? Can you do this? In the Languages admin screen, it says it's displaying 1 of 3 languages. How can I make it just display English?

 

I deleted several languages, and it seems to just add another one every time....

Link to comment
Share on other sites

  • 2 weeks later...

You can just comment it out like so:

 

/*if (substr(basename($PHP_SELF), 0, 8) != 'checkout') {

include(DIR_WS_BOXES . 'languages.php');

include(DIR_WS_BOXES . 'currencies.php');

}

*/

 

in includes/column_right.php. This example shows the languages and the currencies commented out.

Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux

Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...