Patrick73 Posted February 9, 2007 Share Posted February 9, 2007 I hope someone can answer this and make it a stickey, has I have seen a few post with the same problem. My store was running fine until I bought an SSl (self issued). Had it issued to //mydomain.com. I installed the certificate and all is good on my computer. I have created a few test members to test the system and it's all fine. Some customers are getting back to me that they can not checkout. They can add items to their cart but if they are not logged in, they loose their basket content upon logging in. If they add an article once again, the previously lost items are right back in the cart. If they are logged in while they are shopping, they loose the basket content upon order confirmation or elsewhere in the checkout process. It does not happen to everyone. Does not happen to only new or only known customers. I have everything under admin-->catalog->sessions set to false. Here's a copy of /catalog/includes/configure.php define('HTTP_SERVER', 'http://www.oisellerielavoliere.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://oisellerielavoliere.com'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.oisellerielavoliere.com'); define('HTTPS_COOKIE_DOMAIN', 'oisellerielavoliere.com'); define('HTTP_COOKIE_PATH', '/catalog/'); define('HTTPS_COOKIE_PATH', '/catalog/'); define('DIR_WS_HTTP_CATALOG', '/catalog/'); define('DIR_WS_HTTPS_CATALOG', '/catalog/'); hope I have everything, Thanks Link to comment Share on other sites More sharing options...
Patrick73 Posted February 9, 2007 Author Share Posted February 9, 2007 define('ENABLE_SSL', false); // secure webserver for checkout procedure? Was set to false when copied/pasted but set to true when problem was occuring Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.