Multi-Shop Ecommerce with Aimeos?

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
wassim.hattab
Posts: 20
Joined: 13 Jul 2016, 08:03

Multi-Shop Ecommerce with Aimeos?

Post by wassim.hattab » 02 Sep 2016, 08:14

Hello,
I noticed in the aimeos database that i have siteid that is used in case i have multi shop each admin see the product/catalog that has the same site id that he owns,
But my question is how can i give each new admin his own site id?

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: Multi-Shop Ecommerce with Aimeos?

Post by aimeos » 02 Sep 2016, 08:32

Use

Code: Select all

./artisan aimeos:setup <site> <tplsite>
e.g.

Code: Select all

./artisan aimeos:setup myshop2 default
This will create a new site with a basic setup for the required database entries.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

wassim.hattab
Posts: 20
Joined: 13 Jul 2016, 08:03

Re: Multi-Shop Ecommerce with Aimeos?

Post by wassim.hattab » 02 Sep 2016, 08:52

I cannot do it from the backend?
and how can i associate each admin his own new site id?

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: Multi-Shop Ecommerce with Aimeos?

Post by aimeos » 02 Sep 2016, 09:06

wassim.hattab wrote:I cannot do it from the backend?
No, it requires to execute the setup tasks which would take too long in environments with a lot of data
wassim.hattab wrote:and how can i associate each admin his own new site id?

Code: Select all

./artisan aimeos:account --admin <email> <site>
e.g.

Code: Select all

./artisan aimeos:account --admin me@example.com myshop2
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

wassim.hattab
Posts: 20
Joined: 13 Jul 2016, 08:03

Re: Multi-Shop Ecommerce with Aimeos?

Post by wassim.hattab » 02 Sep 2016, 09:31

Ok it works thank you

DavidDuarte
Posts: 2
Joined: 29 Nov 2017, 12:36

Re: Multi-Shop Ecommerce with Aimeos?

Post by DavidDuarte » 29 Nov 2017, 12:50

Would it be possible to have several shops but a single product list?
Each shop would have its own price or none for each product. And the frontend would list all the prices.

What would be the best way (if possible) to implement this in aimeos?

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: Multi-Shop Ecommerce with Aimeos?

Post by aimeos » 29 Nov 2017, 13:14

You mean like in a market place? Therefore, you need the ai-sites extension the Aimeos company is offering:
https://aimeos.com/extensions/#c1331
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

DavidDuarte
Posts: 2
Joined: 29 Nov 2017, 12:36

Re: Multi-Shop Ecommerce with Aimeos?

Post by DavidDuarte » 29 Nov 2017, 13:31

aimeos wrote:You mean like in a market place? Therefore, you need the ai-sites extension the Aimeos company is offering:
https://aimeos.com/extensions/#c1331
Is there any demo available to try out?

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: Multi-Shop Ecommerce with Aimeos?

Post by aimeos » 29 Nov 2017, 23:39

Please ask the guys from the Aimeos company for things related to their extensions. You can use their contact form:
https://aimeos.com/aimeos-gmbh/contact/
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

mrarad
Posts: 1
Joined: 29 Jul 2018, 09:35

Re: Multi-Shop Ecommerce with Aimeos?

Post by mrarad » 29 Jul 2018, 09:38

i did all the above
but still,,
can anybody do this for me please?

Post Reply