You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an issue with the checkout when using "Signup as guest". even though it is checked the customer is still signed in after checkout. i understand the dependency on Rainlab.user but the customer should not be signed in and also should not be activated and the email should not be verified.
Hi,
There is an issue with the checkout when using "Signup as guest". even though it is checked the customer is still signed in after checkout. i understand the dependency on Rainlab.user but the customer should not be signed in and also should not be activated and the email should not be verified.
As i see here
plugins/offline/mall/classes/customer/DefaultSignUpHandler.php
There should be a check to authenticate or not based on the "Signup as guest" option.
Also the is_guest column in the user table is not updating.
A quick update on this would be really appreciated.
The text was updated successfully, but these errors were encountered: