Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

HELP! languages_id missing during checkout pages


youcool51

Recommended Posts

Posted

Hi all,

 

As title says, everything was okay but when i click CHECKOUT button, all the products disappear from my checkout_confirmation.php and shopping_cart.php, i insert "print_r($_SESSION)" in header.php to check where goes wrong, i found that everytime in checkout_XXX.php, the languages_id was empty in Array. So i musta confirm the language(press the flag) let languages_id appear again, but even i do so, when i go back checkout_XXX.php, the languages_id just empty again... :(

 

i searched forums but i can't find any solution with this

any good idea?

 

(my osc using 2 languages and SSL was disabled, session stroed in mysql)

Posted

Nic, thanks for ur reply! but i didnt use https, my configure.php set as follow:

  define('HTTP_SERVER', 'http://localhost); 
 define('HTTPS_SERVER', ''); 
 define('ENABLE_SSL', false); 
 define('HTTP_COOKIE_DOMAIN', '/catalog');
 define('HTTPS_COOKIE_DOMAIN', '');
 define('HTTP_COOKIE_PATH', '/');
 define('HTTPS_COOKIE_PATH', '');
 define('DIR_WS_HTTP_CATALOG', '/');
 define('DIR_WS_HTTPS_CATALOG', '');

Archived

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

×
×
  • Create New...