-
-
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
Customers always created in default website / default store on multisite instance #15
Comments
Based on a super quick review it looks like you're using this function: It seems that here is where it attempts to to retrieve details from the order and map them to the customer. It seems like maybe an after plugin can be used the map the website / store info from the order to the customer. |
@mpchadwick ... Please try this patch and let me know if it fixes the issues. I currently don't have a multi-store instance setup.
|
I can see the same bug, when converting to a guest to a customer, the store is not correct. |
After using this patch, I have the following error while converting a customer : |
When I try to add a customer in admin I also get the error: Attribute is_approved does not contain option with Id new. |
Hey @srenon :). Remember me? Hope you are doing well.
We're currently QA-ing this module on a client website (multi-site) and our QA identified the following issue.
Magento version #:
2.4.2-p1
Edition (EE, CE, OS, etc):
EE
Expected behavior:
Customer account is created in website / store that order was placed in
Actual behavior:
Account is always created in default store of default website
Steps to reproduce:
Preconditions
The text was updated successfully, but these errors were encountered: