Search found 11 matches

by lockhart97
04 Jan 2024, 13:10
Forum: Laravel package
Topic: Implement Multichannel for Aimeos
Replies: 3
Views: 5004

Re: Implement Multichannel for Aimeos

If you mean how you can create marketplaces with multiple vendors, the ai-sites extension from the Aimeos company is required: https://aimeos.com/extensions#c436 I mean multiple channels for a vendor. More like campaigns. Is there a way to implement that? For example, vendor will like to sell produ...
by lockhart97
03 Jan 2024, 03:27
Forum: Laravel package
Topic: Implement Multichannel for Aimeos
Replies: 3
Views: 5004

Implement Multichannel for Aimeos

Laravel framework version: 10.18.0 Aimeos Laravel version: 2023.07 PHP Version: 8.2.8 Environment: Linux I've come across information stating that Aimeos supports multi-vendor and multi-channel marketplaces. While I understand that multi-vendor functionality can be achieved by adding sites, I'm unce...
by lockhart97
18 Dec 2023, 15:14
Forum: Laravel package
Topic: How to differentiate between admin and customers?
Replies: 4
Views: 3571

Re: How to differentiate between admin and customers?

Thank you. Further, how can I differentiate if a user is customer, since aimeos-laravel uses same table both for customers and admins? If a user does not have super-admin flag and does not have an entry in corresponding users-list table, then he should be a customer. Is this approach correct or is t...
by lockhart97
14 Dec 2023, 20:32
Forum: Laravel package
Topic: How to differentiate between admin and customers?
Replies: 4
Views: 3571

How to differentiate between admin and customers?

Laravel framework version: 10.18.0 Aimeos Laravel version: 2023.07 PHP Version: 8.2.8 Environment: Linux How can I differentiate users added via `php artisan aimeos:account --admin test@example.com` and users added via 'Customer Manager'. I went through the users table. It was not able to find a col...
by lockhart97
14 Sep 2023, 11:40
Forum: Laravel package
Topic: Import Stocks for products using xml import
Replies: 1
Views: 10693

Import Stocks for products using xml import

Laravel framework version: 10.18.0
Aimeos Laravel version: 2023.07
PHP Version: 8.2.8
Environment: Linux


It is documented how to add stocks for CSV import but I cannot find it in XML import.
How to import products with stock data when using XML import?
by lockhart97
09 Sep 2023, 08:28
Forum: Laravel package
Topic: Get individual products from bundle product
Replies: 5
Views: 9972

Re: Get individual products from bundle product

Yes, you are right. I checked, it's working. But the problem is that when I add bundle products using "xml import", in admin panel it shows bundle products has products in bundle but these products are not returned using JsonAPI. Now, when I delete all products in bundle and add same prod...
by lockhart97
09 Sep 2023, 08:17
Forum: Laravel package
Topic: Get individual products from bundle product
Replies: 5
Views: 9972

Re: Get individual products from bundle product

Yes, you are right. I checked, it's working. But the problem is that when I add bundle products using "xml import", in admin panel it shows bundle products has products in bundle but these products are not returned using JsonAPI. Now, when I delete all products in bundle and add same produ...
by lockhart97
09 Sep 2023, 05:48
Forum: Laravel package
Topic: Get individual products from bundle product
Replies: 5
Views: 9972

Re: Get individual products from bundle product

using "include=product" returns only suggested products and products bought together, but not products in bundle.
by lockhart97
09 Sep 2023, 04:38
Forum: Laravel package
Topic: Get individual products from bundle product
Replies: 5
Views: 9972

Get individual products from bundle product

Laravel framework version: 10.18.0 Aimeos Laravel version: 2023.07 PHP Version: 8.2.8 Environment: Linux Hello Aimeos, I have bundle products and I want to get details of products added to that bundle. Is there any way to do that using JsonAPI or any other way. I looked through documentation and for...