-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
signing in after selecting checkout button, will not end up to checkout page! #10834
Comments
@tkacheva Olena--can you consider this for backlog? I think it may make sense as a default as login at checkout is likely driven by desire to use stored address/payment info or possibly get a discount tied to customer account, but should do some research to confirm if it should configurable (to current or continue checkout). |
@MMaKenZi, thank you for your report. |
I'm working on it #SQUАSHTOBERFEST |
I've found that in this situation there's a configuration that can be done from stores> settings > configuration >customers > customer configuration > login options > redirect customer to account dashboard after logging in needs to be set to no like this. |
@MIstvan93, what do you think if the "No" value will be the default one after installation? |
@maksek I think it would be a good idea, but that's just me, but also there should be a condition made for this for in case it's set to yes, but if it's a checkout redirect login, the customer should be sent to checkout. |
@MIstvan93 - create PR with changing default value, and we will process it :) |
Hi @MIstvan93 could you please accept the invite to join magento2 repository on the GitHub? |
1 similar comment
Hi @MIstvan93 could you please accept the invite to join magento2 repository on the GitHub? |
Hi @bohemiorulo please accept the invite to join magento2 repository on the GitHub? |
yes, I already accept it, thanks |
…nd up to checkout page
…nd up to checkout page
…nd up to checkout page
The issue has been fixed and delivered to 2.2-develop branch. Will be available with 2.2.2 release |
Hi @MMaKenZi. Thank you for your report.
The fix will be available with the upcoming 2.3.0 release. |
If you open a magento store, add a product to cart, and try to checkout, and guest checkout be disabled, the login window will appear on screen,
but if you login to your account, you will be returned to homepage
while the correct page is checkout
because user clicked the checkout button before signing in
Preconditions
Steps to reproduce
Expected result
after signing in, user should redirected to checkout page, as he want this before signing in
Actual result
will be returned to homepage
The text was updated successfully, but these errors were encountered: