Search found 8228 matches

by aimeos
25 Oct 2024, 09:46
Forum: Help
Topic: Start date and End date in Price rule is not persistent.
Replies: 3
Views: 399

Re: Start date and End date in Price rule is not persistent.

Thank you for your hint! The problem has been fixed and a new version of the aimeos/ai-admin-jqadm package released.
by aimeos
24 Oct 2024, 08:58
Forum: Help
Topic: Backend curiose overview
Replies: 1
Views: 320

Re: Backend curiose overview

Seems like you have a very high number of orders within one week and the counting stops at 10,000 records for performance reasons. Can you check which indexes would speed up the queries?
by aimeos
23 Oct 2024, 11:25
Forum: Laravel package
Topic: Search and Replace via GraphQl
Replies: 1
Views: 621

Re: Search and Replace via GraphQl

1. Get the product IDs via a separate request. 2. Match the codes with the IDs in my script. 3. Create the products that do not exist via code. 4. Update products via ID. This is correct, the ID is the primary key element and the code alone isn't unique in Aimeos (only in combination with the sitei...
by aimeos
22 Oct 2024, 13:00
Forum: TYPO3 extension
Topic: basket issue
Replies: 9
Views: 2507

Re: basket issue

Did you import the 23.x page tree?
https://github.com/aimeos/aimeos-typo3#page-setup
by aimeos
22 Oct 2024, 07:09
Forum: Laravel package
Topic: Problem with filters and supplier
Replies: 3
Views: 946

Re: Problem with filters and supplier

The best way for bug reports is to open an issue in the appropriate Github repository:
https://github.com/aimeos
by aimeos
21 Oct 2024, 16:09
Forum: Laravel package
Topic: Problem with filters and supplier
Replies: 3
Views: 946

Re: Problem with filters and supplier

Thanks for your bug report :-)
We've fixed the problem in aimeos/ai-admin-jqadm 2024.10.x-dev. Can you check?
by aimeos
21 Oct 2024, 09:00
Forum: Help
Topic: Help with Customizing Catalog Functionality in Aimeos Admin
Replies: 8
Views: 1897

Re: Help with Customizing Catalog Functionality in Aimeos Admin

Yes, you can use Laravel queues without problems because you have access to the Aimeos context object everywhere.
by aimeos
21 Oct 2024, 08:58
Forum: Help
Topic: How to change these default demo images ?
Replies: 1
Views: 464

Re: How to change these default demo images ?

Go the the CMS module in the left navigation and select the home page. There, you can upload new images in the Media tab and then replace the images in the CMS editor.
by aimeos
21 Oct 2024, 08:43
Forum: Help
Topic: Help with Filtering Products Using product.config
Replies: 1
Views: 638

Re: Help with Filtering Products Using product.config

The product "config" property is just a key/value store which you can't use for filtering. If you nee filtering for your data, use product properties instead:
https://aimeos.org/docs/latest/manual/p ... cteristics