Guest Posted March 29, 2006 Posted March 29, 2006 When clicking on add to cart, I receive "your cart is emty!" and "continue". How do I fix it :huh: ?????
♥Vger Posted March 29, 2006 Posted March 29, 2006 You have the wrong setting in includes/configure.php for your http_cookie_domain (and if you have an ssl cert for your https_cookie_domain as well). http_cookie_domain should be either www.yourdomain.com or just your domain.com (no http://) https_cookie_domain (for a full ssl cert) should be as above (depending on whether your full ssl cert is made out to www.yourdomain.com or just to yourdomain.com). https_cookie_domain for a shared ssl cert depends on your hosting setup, but would be something like: secure.yourhosts.com/yourdomain.com Vger
Guest Posted March 29, 2006 Posted March 29, 2006 You have the wrong setting in includes/configure.php for your http_cookie_domain (and if you have an ssl cert for your https_cookie_domain as well). http_cookie_domain should be either www.yourdomain.com or just your domain.com (no http://) https_cookie_domain (for a full ssl cert) should be as above (depending on whether your full ssl cert is made out to www.yourdomain.com or just to yourdomain.com). https_cookie_domain for a shared ssl cert depends on your hosting setup, but would be something like: secure.yourhosts.com/yourdomain.com Vger Thanks. I should have shared ssl, but the host provider hasn't set it up yet. http_cookie_domain at configure.php is 'mydomain.com/catalog'. Can't I see the cart until the ssl is set?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.