-
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
Admin orders account information showing guest for customer name #11552
Comments
Why do you need such flow? |
@meeweed , thank you for your report. |
Well, basically, the flow would be for users which are not logged in while shopping and then log in at the checkout stage. I can try adding the items from one cart to the other. |
What information would be helpful.
|
@meeweed, thanks for details
Basically, I'm not sure such flow is supposed to work but I'm not familiar with this API implementation details. Maybe you should create non-guest cart with a separate request. |
Hello @orlangur
thank you. I figured that doing that should be my next step. |
@meeweed, thank you for your report. |
The described flow is not valid. Please look at @orlangur suggestion. Closing as non-issue |
I fixed it using the hack but honestly, this should work as I outlined. The hack @orlangur recommeded (and the one which I had already done) involves many queries for multiple items in an asynchronous environment. |
Using magento v2.2.0. Through the api, i'm creating a guest cart and proceed to add items to the cart. I then log in a user and add the customer id to the cart and use the carts/mine api to put the modified cart. After checkout, the order shows up on the admin panel with the account information showing guest and no email. When you click on guest, it directs you to the correct customer account with the name and email address there.
Preconditions
Steps to reproduce
Expected result
Actual result
The text was updated successfully, but these errors were encountered: