Aimeos
Aimeos
@darylldoyle Can you have a look at the PR because without, Server-Side Request Forgery is possible
Sure, we would love to get the improvement into the Aimeos Core. Just make it configurable :-)
The bug has been already fixed in master and 2022.04 branch but not yet tagged. Please execute: ``` composer req aimeos/aimeos-core:2022.04.x-dev ``` If it works for you too, we will...
Yes, it's more difficult to configure but supports every format users want to use. Make sure you add the explaination of the placeholders to the label in `$beConfig`. The block...
You can add new types here: https://github.com/aimeos/ai-admin-jqadm/blob/master/admin/jqadm/templates/service/item-standard.php#L335-L362
Main problem is that Aimeos has no system for passing warning messages to the frontend and providers can only throw exceptions to display errors. But throwing an exception always stops...
Don't think so. You can get a view object from the context but it's not the view object used by the HTML client.
Yeah and help is always appreciated :-)
Using codes only leads to the situation that it now works for variant articles but not for selection products any more. You need to fetch all products by their ID...
It's expected that it returns two products for ordered variant articles (the article and the selection product) and we want to get properties from both if they exists. You can...