Guest Posted July 1, 2004 Posted July 1, 2004 I'm getting close but have an annoying problem: I log in as a user. Add product to the cart. Products show up in Cart Contents. Then when I click "checkout", the page properly goes to an https:// address, but it goes to the Login screen, as if I have not logged in yet. Then my Cart is empty again! This must have to do with the cookie settings in configure.php. Can anyone guide me in the right direction? Thanks!
elhajjar Posted July 1, 2004 Posted July 1, 2004 I have the same problem. So hopping some body did get this problem and fixed to tell us how? Thanks,
Guest Posted July 1, 2004 Posted July 1, 2004 Got it working....see below. First line: insert your URL. Second line: leave empty define('HTTP_COOKIE_DOMAIN', 'yourdomain.com'); define('HTTPS_COOKIE_DOMAIN', '');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.