Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

HELP Box for languages disappeared


Guest

Recommended Posts

Posted

Hello,

 

I don't know what happened but the box whichalloed me to switch from one language to another disappeared. Can someone please point me in the right direction?

 

Thanks

Posted

You will find this code in the includes/column_right.php:

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

include(DIR_WS_BOXES . 'languages.php');

include(DIR_WS_BOXES . 'currencies.php');

}

Other great Open Source (Free) programs: (Free as in free speech not free beer)

The Gimp - An image program. | Firefox - All you have to do is add the Web Developer add-on to make this web browser complete. | FileZilla - An ftp program. | Inkscape - A good program to create images with. | Thunderbird - An email program. | Openoffice.org - An office suite that is compatible with MS Office. | Abiword - Another office suite. | Audacity - A sound recording tool. | ddp's Picks | Wordpress - An easy to use blogging software. | Joomla - An easy to use CMS that has ecommerce plug-ins. | Drupal - Another CMS

How do I find these programs? Google Search!

Posted
You will find this code in the includes/column_right.php:

 

I found the problem. I set Cache setting to "True" and it made the language box disappear. When I set it to "False" it came back. Do you understand why this happens?

Archived

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

×
×
  • Create New...