Search found 89 matches

by nos3
18 Nov 2022, 10:00
Forum: Laravel package
Topic: Admin side error
Replies: 5
Views: 1779

Re: Admin side error

There was a method missing in the ai-sites extension for the ElasticSearch product manager.
This is fixed now, can you please run "composer up" and see if it works now?
by nos3
18 Aug 2022, 10:32
Forum: Help
Topic: Marketplace and unified basket
Replies: 2
Views: 1112

Re: Marketplace and unified basket

Using the marketplace extension, is the following possible: e.g. if I visit vendor 1 sub site and add a product to basket, I should then be able to visit the default site and/or vendor 2 sub-site and have a unified basket/checkout with all products. This won't work because each site has it's own ba...
by nos3
12 Aug 2022, 06:52
Forum: Help
Topic: Categories on sub-sites
Replies: 2
Views: 1088

Re: Categories on sub-sites

You are likely using the marketplace mode (sitelevel = 3), where the items are inherited to child sites AND aggregated to the main site. If you use sitelevel = 1, only inheritance is performed and you can add different texts and images to the sub-sites for the inherited categories.
by nos3
01 Mar 2022, 09:00
Forum: Help
Topic: Sub tota coming zero
Replies: 7
Views: 1782

Re: Sub tota coming zero

This isn't the default behaviour.
by nos3
01 Mar 2022, 08:59
Forum: Laravel package
Topic: Aimeos Market Place Question
Replies: 1
Views: 680

Re: Aimeos Market Place Question

Please have a look at the README.md file contained in the extension (vendor/aimeoscom/ai-sites), there's the necessary configuration documented. If you have more questions, please contact our support.
by nos3
15 Jan 2022, 09:58
Forum: Laravel package
Topic: Integrate with multi-vendor marketplaces
Replies: 3
Views: 1103

Re: Integrate with multi-vendor marketplaces

No, it's pretty easy because the marketplace extension adds the possibility to create trees of sites and therefore, mainly extends the admin backend and the Aimeos core. The templates and themes are not affected.
by nos3
24 Nov 2021, 12:35
Forum: Help
Topic: Acceptable Memory Limit
Replies: 3
Views: 1150

Re: Acceptable Memory Limit

We did some optimizations in our customergroups extension to retrieve only prices with none or current customer or customer group assigned to avoid memory consumption. You can try the new code using:

Code: Select all

composer req aimeoscom/ai-customergroups:2021.10.x-dev
by nos3
05 Aug 2021, 10:20
Forum: Laravel package
Topic: How we can manage payout in aimeos
Replies: 1
Views: 3252

Re: How we can manage payout in aimeos

Currently, this has to be done in a 3rd party system or manually because Aimeos doesn't support manual payouts because - this is problematic from the legal side in many countries - only a few payment providers support that at all - it doesn't scale We want to offer a Stripe Connect integration in th...
by nos3
16 Jul 2021, 20:47
Forum: Help
Topic: update problem if buy marketplace package?
Replies: 2
Views: 5623

Re: update problem if buy marketplace package?

No problem, the marketplace package won't affect your own layout.
by nos3
17 Jun 2021, 04:40
Forum: Help
Topic: Configs for adding products form different sites in default shop
Replies: 1
Views: 3656

Re: Configs for adding products form different sites in default shop

If you have already configured the ai-sites extension in marketplace mode (sitelevel = 3), the next todo is to adapt the catalog/detail template and add the buttons for the vendors. As each vendor adds a different price and stock level, the product will contain the prices (and stock level if you add...