Search found 8619 matches
- 30 Jun 2025, 17:55
- Forum: TYPO3 extension
- Topic: Registering Decorator to Manager
- Replies: 1
- Views: 80
Re: Registering Decorator to Manager
Your approach is correct but you are simply targeting the wrong manager. The attribute manager is only called when attributes are saved but they are only referenced by products so they are never changed. You have to wrap your decorator around the index manager class instead.
- 20 Jun 2025, 11:26
- Forum: TYPO3 extension
- Topic: Catalog Filter Behavior
- Replies: 2
- Views: 223000
Re: Catalog Filter Behavior
1- Price filter maximum value is calculated based on the first page of the pagination only. For example, If the maximum price for the first pagination page products is 100 €, and if you have a product with 101 € price in the second page, then this product is not displayed after filtering. We are cu...
- 19 Jun 2025, 14:54
- Forum: Help
- Topic: Filtering by order date does not work
- Replies: 2
- Views: 307
Re: Filtering by order date does not work
Thanks for the bug report!
We can confirm the issue and are working on a solution which will be part of the next release.
We can confirm the issue and are working on a solution which will be part of the next release.
- 17 Jun 2025, 15:02
- Forum: Help
- Topic: Change Main Slider
- Replies: 1
- Views: 167
Re: Change Main Slider
The images of type "stage" from the root and first level categories are shown in the catalog home component.
- 11 Jun 2025, 07:18
- Forum: TYPO3 extension
- Topic: Scheduler Task Problem
- Replies: 6
- Views: 652896
Re: Scheduler Task Problem
In the mshop_order_status table, there are records for each order. At least one of them has the type "email-sent" with the number that is equal to the payment status value and this is the marker for Aimeos that the email for e.g. the "authorized" payment status (value: "5&qu...
- 10 Jun 2025, 07:00
- Forum: Laravel package
- Topic: Frontend changes not showing
- Replies: 4
- Views: 428031
Re: Frontend changes not showing
To overwrite the base.blade.php template of the Aimeos extension, you have to place your copy in vendor\aimeos\aimeos-laravel\views\vendor\shop\base.blade.php. See: https://aimeos.org/docs/latest/laravel/ ... -templates
- 07 Jun 2025, 10:07
- Forum: Laravel package
- Topic: Custom email queue backed by database
- Replies: 4
- Views: 291296
Re: Custom email queue backed by database
Use this config for your own queue class:
You can see how other queue adapters are implemented here: https://github.com/aimeos/ai-mqueue
Code: Select all
'mq' => [
'adapter' => 'DBQueueTeam',
// implementation specific configuration
// ...
],
- 06 Jun 2025, 20:56
- Forum: Help
- Topic: Fulltextsearch
- Replies: 1
- Views: 242681
Re: Fulltextsearch
Thanks for your report. Are you able to create a PR with the necessary changes to improve the full text search?
- 06 Jun 2025, 20:52
- Forum: Laravel package
- Topic: Custom email queue backed by database
- Replies: 4
- Views: 291296
Re: Custom email queue backed by database
Unfortunately, the AI in the chat often mixes up things it learned from other code bases but which isn't applicable in Aimeos :-/ Using DB based queues is really simple and all you need is explained here: https://aimeos.org/docs/latest/infrastructure/context/#message-queues Add a message to a queue:...
- 06 Jun 2025, 20:13
- Forum: Help
- Topic: Jsonapi endpoint setup in typo3 v13.4.11 aimeos 25.4.1
- Replies: 4
- Views: 268063
Re: Jsonapi endpoint setup in typo3 v13.4.11 aimeos 25.4.1
Can you be a bit more precise please what we should change?
You can also create a pull request in the Aimeos docs repository to suggest changes
You can also create a pull request in the Aimeos docs repository to suggest changes
