-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Convert to Customer to working anymore. #18
Comments
Magento changed how magento/module-customer/Model/AccountManagement.php handles the isEmailAvailable function. It now checks the GUEST_CHECKOUT_LOGIN_OPTION_SYS_CONFIG config and if it is set to false isEmailAvailable always returns true. |
@JeremyAtMethodMarketing thanks for spotting it! |
@JeremyAtMethodMarketing @iphigenie ... can you test these changes and let me know |
Magento version #: 2.4.6-p2
Edition (EE, CE, OS, etc): CE
Expected behavior: Convert order to customer
Actual behavior: Error message; A customer with the same email address already exists in an associated website.
It's not possible anymore to convert a guest order to a customer, when there is already an existing customer with the same email address. Then we fetch the error: A customer with the same email address already exists in an associated website.
The text was updated successfully, but these errors were encountered: