Cart is empty after Registration....

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
Sorry for this big monologue (that i would prefer in dialog). My problem will be resolved with the answer to this question:

how to autolog the customer after the AccountActivation ?

thanks in advance
12 years ago
I found the solution:

Just add

_authenticationService.SignIn(customer, false);

in CustomerController.cs:AccountActivation()
8 years ago
aboyer wrote:
I found the solution:

Just add

_authenticationService.SignIn(customer, false);

in CustomerController.cs:AccountActivation()

this is more of a workaround than a real solution. i don't really want this behaviour in my shop. the empty shopping cart is confusing the hell out of my new customers. is no one else having this issue???

please can someone help? :)
8 years ago
I have found that forcing ssl for all pages resolved this issue for me.
The whole site will run in ssl so when someone goes to register or checkout they will already be in ssl session.

Go to Configurations>Settings> AllSettings (Advanced) and search for securitysettings.forcesslforallpages and set to true
6 years ago
version 4, force SSL enabled - Cart is still loses contents after user registers/signs in...anybody else have this issue?
6 years ago
ok, figured something out...if we remove the 'admin approval' requirement on new customer registrations, then it works as it should. Not sure why they would have coded it to kill the session if admin approval is required...assuming that is the intended procedure...
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.