-
Notifications
You must be signed in to change notification settings - Fork 110
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
Unable to assign a customer to another website #1818
Comments
as you can see, i have an user from the main website and edit it change the website to site1 and save it the customer was saved ok, and now the wesite is site1 Do you already look at the system and exception log? Best |
Hi @gonzaloebiz, yes we have the following error: |
Can you please send us a ticket at [email protected] mentioning the issue? Best |
Done |
I think you didn't find any error from your side because your website IDs are equal to your store IDs. However, it's not the use case for everyone, the website ID and the store ID may be different. Then, you must replace store ID by website ID as second parameter for loadBySubscriberEmail and loadByCustomer methods. |
Preconditions
2.4.6-p2
103.4.56
Steps to reproduce
On a multiple websites installation
Actual and Expected result
Expected result:
You should be able to change customer website with a success message.
Actual result:
When you change a customer website, you have the following error:
The website with id 2 that was requested wasn't found. Verify the website and try again.
The text was updated successfully, but these errors were encountered: