Aimeos
Aimeos
Can you please be more elaborate about what you mean? Is it related to the `Target` fields in the product and catalog panel?
You can customize the link feature in CKEditor 5 according to your needs: https://ckeditor.com/docs/ckeditor5/latest/features/link.html
The cHash stuff in TYPO3 is pretty problematic at all because it easily leads to frontend error pages if the cHash is wrong or no cHash is included in the...
We are aware of that but things aren't that easy as described in the TYPO3 docs
All ai[...] parameters are transparent to TYPO3 because all Aimeos plugins are marked as non-cachable and maintain their own cache using the caching framework. So whenever these parameters change, the...
We need a dynamic product list based on the input (product label). Have seen this already but need to get the code
Here's how autosuggest should work :-) In TCA: ``` \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addTCAcolumns( 'sys_category', [ 'products' => [ 'label' => 'Products', 'exclude' => false, 'config' => [ 'type' => 'select', 'renderType' => 'selectMultipleSideBySide',...
In terms of code size, passing unknown methods to the DOM elements in the collection instead of implementing each missing method would be a good idea, isn't it?
IE11 isn't support by cash-dom AFAIK so this should be no problem but I don't know how much using of the Proxy object will slow down execution of the code.
Please use the customer frontend controller so it works in all integrations: https://github.com/aimeos/ai-controller-frontend/blob/master/controller/frontend/src/Controller/Frontend/Customer/Standard.php#L80-L111