danthony2 Posted February 20, 2004 Posted February 20, 2004 Hello, I got this cart working then all of the sudden without making any changes, when someone creates an account then they add something to the cart then they click checkout it sends them back to the create an account/login page. Can someone test my cart please. www.networking-help.biz/store Thanks
Guest Posted February 20, 2004 Posted February 20, 2004 what is your setting for cookies in the configure.php file
danthony2 Posted February 20, 2004 Author Posted February 20, 2004 Hello, I hope this helps. define('HTTP_COOKIE_DOMAIN', 'www.networking-help.biz'); define('HTTPS_COOKIE_DOMAIN', 'www.networking-help.biz'); define('HTTP_COOKIE_PATH', '/store/'); define('HTTPS_COOKIE_PATH', '/store/'); I haven't made any changes here. :( Thanks
Guest Posted February 20, 2004 Posted February 20, 2004 i didnt get that, i just created an account, added items to shopping cart, moved around, hit checkout, it all stayed there i then logged off, opened another browser and logged in, items still in shopping cart on another note, company name and telephone number dont go in the signature area, only in profile.
OceanRanch Posted February 20, 2004 Posted February 20, 2004 Try these for your settings. define('HTTP_COOKIE_DOMAIN', 'networking-help.biz'); define('HTTPS_COOKIE_DOMAIN', 'secure.networking-help.biz'); HTH Tom
Recommended Posts
Archived
This topic is now archived and is closed to further replies.