Customer administration in a multishop system.
Forum rules
Always add your Symfony, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your Symfony, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
-
- Posts: 19
- Joined: 14 Aug 2019, 08:13
Customer administration in a multishop system.
Hi I hope you can resolve this otherwith please send me an email.
I have an aimeos Multishop system and I create customers in many single shops. But this customers should not be
inherited nor aggregated. So one customer can only be seen in his own shop not on the default shop (market place).
How do I setup his?
Thank you so much for a quik response
Michael
I have an aimeos Multishop system and I create customers in many single shops. But this customers should not be
inherited nor aggregated. So one customer can only be seen in his own shop not on the default shop (market place).
How do I setup his?
Thank you so much for a quik response
Michael
Re: Customer administration in a multishop system.
There's currently no separation of users because the fosuser package doesn't support multi-tenancy out of the box:
https://github.com/aimeos/ai-fosuser/bl ... er.php#L24
We've tried to add filtering by site ID but then we got into trouble because of the unique constraint on the username.
https://github.com/aimeos/ai-fosuser/bl ... er.php#L24
We've tried to add filtering by site ID but then we got into trouble because of the unique constraint on the username.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star
-
- Posts: 19
- Joined: 14 Aug 2019, 08:13
Re: Customer administration in a multishop system.
Okay. undestand.
On our login page we got only username and passwort for out credentials. So we need an second filter creteria the side id. At this moment the systems looks for an email-Address and if it finds one, it get the side-Id automaticaly. Now this side Id has to selected at the beginning of our loggin session. Then username (email-address) and sideId together should be unique! This would be tremendous important for us! And it works also for single shops with the sideId=1.
Thanks
Michael
On our login page we got only username and passwort for out credentials. So we need an second filter creteria the side id. At this moment the systems looks for an email-Address and if it finds one, it get the side-Id automaticaly. Now this side Id has to selected at the beginning of our loggin session. Then username (email-address) and sideId together should be unique! This would be tremendous important for us! And it works also for single shops with the sideId=1.
Thanks
Michael