Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Shopping cart stays empty


grouppda

Recommended Posts

After changing my webspace from http into https shopping cart stays empty, it's impossible to fill it

 

configure.php

 

define('HTTP_SERVER', 'https://xtreme-iceskateshop.be');
  define('HTTPS_SERVER', 'https://xtreme-iceskateshop.be');
  define('ENABLE_SSL', true);
  define('HTTP_COOKIE_DOMAIN', '.xtreme-iceskateshop.be');
  define('HTTPS_COOKIE_DOMAIN', '.xtreme-iceskateshop.be');
  define('HTTP_COOKIE_PATH', '/catalog/');
  define('HTTPS_COOKIE_PATH', '/catalog/');
  define('DIR_WS_HTTP_CATALOG', '/catalog/');
  define('DIR_WS_HTTPS_CATALOG', '/catalog/');

  define('DIR_FS_CATALOG', '/var/www/vhosts/xtreme-iceskateshop.be/httpdocs/catalog/');
  define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
  define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');


 

Link to comment
Share on other sites

solved.

The file wasn't overwrite on the remoteserver, perhaps a cache problem
On the remote server there was still

  define('HTTP_COOKIE_DOMAIN', ' ');
  define('HTTPS_COOKIE_DOMAIN', ' ');

while it should be, I changed the configure file in Plesk and now it's working

  define('HTTP_COOKIE_DOMAIN', '.xtreme-iceskateshop.be');
  define('HTTPS_COOKIE_DOMAIN', '.xtreme-iceskateshop.be');

 

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...