Search found 14 matches

by lockhart97
03 Jun 2024, 03:01
Forum: Laravel package
Topic: Is it possible to create and manage baskets programatically?
Replies: 0
Views: 20

Is it possible to create and manage baskets programatically?

I have my frontend running on different server, therefore frontend and backend do not share the csrf token. When basket is creared and retrieved they use csrf tokens to track the session. Is it possible to use some other token instead of csrf token for baskets? If not, can baskets be manages using m...
by lockhart97
25 May 2024, 10:36
Forum: Laravel package
Topic: Locale item for site "test-site" not found on fresh aimeos install
Replies: 3
Views: 7674

Re: Locale item for site "test-site" not found on fresh aimeos install

aimeos wrote: 23 May 2024, 07:35 Problem has been fixed in latest aimeos/aimeos-core package. Please run "composer up" to get the latest version.
THanks I will check in my setup and will let you know.
by lockhart97
20 May 2024, 12:15
Forum: Laravel package
Topic: Locale item for site "test-site" not found on fresh aimeos install
Replies: 3
Views: 7674

Locale item for site "test-site" not found on fresh aimeos install

Laravel: 11.0 Aimeos: 2024.04 PHP: 8.2 Environment: Linux I am stuck in very peculiar problem. I was developing with aimeos and everything was working perfectly. Then there was need to work on different feature and since I use worktrees for my project, I created a new worktree for my new feature. I ...
by lockhart97
04 Jan 2024, 13:10
Forum: Laravel package
Topic: Implement Multichannel for Aimeos
Replies: 3
Views: 5104

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: 5104

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: 3673

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: 3673

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: 10726

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: 10020

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...