-
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
Fix for issues 38540 #39320
base: 2.4-develop
Are you sure you want to change the base?
Fix for issues 38540 #39320
Conversation
…order - fix Module Magento\Quote: added $this->setCustomerIsGuest(false) if isset customer Quote for function beforeSave().
…order - The object $this->_customer always exists. Added a check for the existence of $this->getCustomerId() / If it is true $this->setCustomerIsGuest(false);
Hi @shmVan. Thank you for your contribution!
Allowed build names are:
You can find more information about the builds here For more details, review the Code Contributions documentation. |
@magento run all tests |
Description (*)
This issue is caused when checking out from a guest cart programmatically, when you assign a customer to the cart before submitting it to place the order, the quote remains as guest even though a customer has been assigned.
Related Pull Requests
Fixed Issues (if relevant)
Manual testing scenarios (*)
Questions or comments
Contribution checklist (*)