-
Notifications
You must be signed in to change notification settings - Fork 87
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
fix: entry and display of the email address during the checkout process of an anonymous user #1312
Conversation
00b49c2
to
2f19f0b
Compare
Azure Demo Servers are available: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The ability to change the "Company Name" and "Company Name 2" is missing if guest checkout is used with B2B. 😉
Everything else looks good. 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
228c749
to
ab66117
Compare
The add address link is not displayed any more if an anonymous user has a differing shipping address. The select box is only shown for logged in customers because it shows customer addresses, an anonymous user has only basket addresses, so if he changes his mind and wants to deliver to his invoice address he has to reenter this address. |
9376a93
to
0da5d13
Compare
PR Type
[x] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no API changes)
[ ] Build-related changes
[ ] CI-related changes
[ ] Documentation content changes
[ ] Application / infrastructure changes
[ ] Other:
What Is the Current Behavior?
If an anonymous user starts the checkout he can enter an email address.
Issue Number: Closes #1303
What Is the New Behavior?
Besides this the company input fields are shown on the edit address form for an anonymous b2b user on checkout address page.
Does this PR Introduce a Breaking Change?
[ ] Yes
[x] No
Other Information
AB#80664