Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Only have the English Lauange display?


Jeffrey06

Recommended Posts

Did you delete the files of the languages or did you delete the languages from the admin side under configuration/localization/languages ????

 

The languages from the admin side of the Config/local/ languages..

Any help is appreciated.

Link to comment
Share on other sites

/catalog/includes/boxes/languages.php

 

  while (list($key, $value) = each($lng->catalog_languages)) {
$languages_string .= ' <a href="' . tep_href_link(basename($PHP_SELF), tep_get_all_get_params(array('language', 'currency')) . 'language=' . $key, $request_type) . '">' . tep_image(DIR_WS_LANGUAGES .  $value['directory'] . '/images/' . $value['image'], $value['name']) . '</a> ';

break;  /* added this line */
 }

This works only because English is first.

 

It may not be "according to Hoyle", but it works - I've tried it.

;)

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

Just ignore the boxes for data in other languages.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...