Page 1 of 2

Multi-Shop Ecommerce with Aimeos?

Posted: 02 Sep 2016, 08:14
by wassim.hattab
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?

Re: Multi-Shop Ecommerce with Aimeos?

Posted: 02 Sep 2016, 08:32
by aimeos
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.

Re: Multi-Shop Ecommerce with Aimeos?

Posted: 02 Sep 2016, 08:52
by wassim.hattab
I cannot do it from the backend?
and how can i associate each admin his own new site id?

Re: Multi-Shop Ecommerce with Aimeos?

Posted: 02 Sep 2016, 09:06
by aimeos
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

Re: Multi-Shop Ecommerce with Aimeos?

Posted: 02 Sep 2016, 09:31
by wassim.hattab
Ok it works thank you

Re: Multi-Shop Ecommerce with Aimeos?

Posted: 29 Nov 2017, 12:50
by DavidDuarte
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?

Re: Multi-Shop Ecommerce with Aimeos?

Posted: 29 Nov 2017, 13:14
by aimeos
You mean like in a market place? Therefore, you need the ai-sites extension the Aimeos company is offering:
https://aimeos.com/extensions/#c1331

Re: Multi-Shop Ecommerce with Aimeos?

Posted: 29 Nov 2017, 13:31
by DavidDuarte
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?

Re: Multi-Shop Ecommerce with Aimeos?

Posted: 29 Nov 2017, 23:39
by aimeos
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/

Re: Multi-Shop Ecommerce with Aimeos?

Posted: 29 Jul 2018, 09:38
by mrarad
i did all the above
but still,,
can anybody do this for me please?