-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Cannot complete checkout on second visit when using Anonymous user #3638
Labels
bug
For issues that describe a defect or regression in the released software
verified reproducible
For issues that describe bugs that the core team was able to confirm
Milestone
Comments
The |
@zenweasel I nuked my reaction app, re-ran |
@mattt416 Noted, thanks. |
aaronjudd
added
the
verified reproducible
For issues that describe bugs that the core team was able to confirm
label
Feb 2, 2018
prinzdezibel
added a commit
that referenced
this issue
Feb 2, 2018
Closes #3638 Changes: Whenever the user choosed to checkout as anonymous user, the address book step should be skipped, if there's already a shipping AND billing address specified for the cart. Otherwise the address book grid would come up, but both options are already selected (green check icon). Repeatedly clicking the active item does not help, one would need to change the address to move beyond the addressBook workflow step.
brent-hoover
added
bug
For issues that describe a defect or regression in the released software
impact-major
labels
Feb 5, 2018
Moved to |
need to test with again with PR: #3771 |
Merged
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
For issues that describe a defect or regression in the released software
verified reproducible
For issues that describe bugs that the core team was able to confirm
While trying to familiarise myself w/ React Commerce, I thought I'd try some of the acceptance tests documented here.
Expected behavior
To be able to successfully complete tests 1A and 1B acceptable tests.
Actual behavior
After completing 1A and then moving onto 1B, the checkout is stalled by the inability to select
Shipping options
. A shipping and billing address are present from the order placed in 1A, but theShipping options
box is empty on the second checkout which prevents the checkout from proceeding.Steps to reproduce the behavior
In my testing, I:
Flat Rate
shipping followed by theFree
methodExample Provider
payment optionWorkarounds
Either of the following workarounds cause the
Shipping options
box to populate and the checkout to proceed:Save and continue
Versions
I had a quick look through existing issues and found #674, which appears to be the exact same issue I'm experiencing here.
The text was updated successfully, but these errors were encountered: