Aimeos

Results 159 comments of Aimeos

In Aimeos, all item keys contain dots and the missing support for escaping them by e.g. `{data.product\.id}` makes it very hard to use Fluid for Aimeos templates.

There are PR for implementing that feature but they are of low quality so we didn't merge them yet: - https://github.com/aimeos/ai-admin-jqadm/pull/202 - https://github.com/aimeos/ai-client-html/pull/153

Can you please update the Aimeos core package to 2022.07.x-dev and try again? ``` composer req aimeos/aimeos-core:2022.07.x-dev php artisan aimeos:setup --option=setup/default/demo:1 ```

Images are converted to WEBP format by default and there seems to be PNG features that are not supported by WEBP. There seems to be a workaround when adding `imagepalettetotruecolor()`...

You can try `aimeos/aimeos-core:2022.07.x-dev` which contains now the `imagepalettetotruecolor()` call.

Do you have a new installation or updated from an older one? If it's new, can you check where the problem is rooted? https://github.com/aimeos/ai-client-html/blob/master/themes/client/html/default/basket-mini.js

Can you show a screenshot of that error or do you have a stack trace?

Can you please install the latest version from the 2022.07 branch: ``` composer req aimeos/aimeos-laravel:2022.07.x-dev ```

Which Aimeos and PHP version do you use? Do you have a full stack trace?