Search found 8632 matches
- 21 Jul 2025, 15:28
- Forum: TYPO3 extension
- Topic: Unconditional mtime update on parent media item when saving related properties
- Replies: 1
- Views: 1482
Re: Unconditional mtime update on parent media item when saving related properties
Is this unconditional update of the parent media item's mtime—even when only its properties are saved without actual changes—the intended and expected behavior? Not intentionally. This is a side effect in the code but it's not required and we can change it in the next version. Our investigation sug...
- 21 Jul 2025, 13:54
- Forum: Help
- Topic: [PHP 8.3.12] [Windows] Form has no style
- Replies: 2
- Views: 69
Re: [PHP 8.3.12] [Windows] Form has no style
Thank you for your bug report! The problem is fixed and a new version has been released now. If you don't want to install Aimeos from scratch (because the files of the Laravel project are not updated if you run "composer update"), you need to: 1.) Replace the file in your app with the cont...
- 16 Jul 2025, 08:13
- Forum: Laravel package
- Topic: csv import: no media generation; srcset=""
- Replies: 5
- Views: 96217
Re: csv import: no media generation; srcset=""
You can change this entry for the file extension -> mime type relationship:
https://github.com/aimeos/aimeos-core/b ... ia.php#L53
Using this configuration:
https://aimeos.org/docs/2024.x/config/m ... extensions
https://github.com/aimeos/aimeos-core/b ... ia.php#L53
Using this configuration:
https://aimeos.org/docs/2024.x/config/m ... extensions
- 16 Jul 2025, 07:53
- Forum: Help
- Topic: Filtering by order date does not work
- Replies: 3
- Views: 34933
Re: Filtering by order date does not work
This has been fixed in the release last week
- 14 Jul 2025, 06:58
- Forum: Laravel package
- Topic: csv import: no media generation; srcset=""
- Replies: 5
- Views: 96217
Re: csv import: no media generation; srcset=""
In case of unchanged URLs, no preview images should be generated so that's the intended behavior.
For new URLs, there should be preview images afterwards. Are there any errors in the logs? If not, can you please check in the media managerr what happens in that case?
For new URLs, there should be preview images afterwards. Are there any errors in the logs? If not, can you please check in the media managerr what happens in that case?
- 12 Jul 2025, 09:36
- Forum: TYPO3 extension
- Topic: Scheduler Task Problem
- Replies: 9
- Views: 1139977
Re: Scheduler Task Problem
But there's one with "email-payment" and status "6" (received), so these type of e-mails shouldn't be sent any more. Can you also post the corresponding record from the mshop_order table and the e-mail content, you are receiving?
- 10 Jul 2025, 07:32
- Forum: Laravel package
- Topic: csv import: no media generation; srcset=""
- Replies: 5
- Views: 96217
Re: csv import: no media generation; srcset=""
Can you check what happens here in your case, please?
https://github.com/aimeos/ai-controller ... #L218-L226
https://github.com/aimeos/ai-controller ... #L218-L226
- 10 Jul 2025, 07:28
- Forum: Help
- Topic: PaypalExpress and order price is 0
- Replies: 1
- Views: 63886
Re: PaypalExpress and order price is 0
In case the basket value is 0.00, you should only offer a payment option that doesn't require any special handling that uses e.g. the PostPay service provider. You can use the available decorators to show that option only in that situation. The problem is that if the basket is 0.00, the customer is ...
- 04 Jul 2025, 09:21
- Forum: Laravel package
- Topic: Problem with jsonapi product (with image)
- Replies: 4
- Views: 80410
Re: Problem with jsonapi product (with image)
Yes, that's the intended behavior. Products without a category assigned are not available in the frontend and are used e.g. as rebate products.
- 03 Jul 2025, 09:45
- Forum: TYPO3 extension
- Topic: Scheduler Task Problem
- Replies: 9
- Views: 1139977
Re: Scheduler Task Problem
Sorry, it must be "email-payment" and a value of "5". In our tests using latest TYPO3 13.4.x and latest the Aimeos version, the e-mails have been sent and an entry in the mshop_order_status table has been created - regardless of being executed in the backend or by a cronjob execu...