ps-devstudio
ps-devstudio
### PHP Version 8.1.19 ### Shopware Version 6.4.20.2 ### Expected behaviour Upgrading to 6.5 results in PHP-FATAL-Error. All Extensions deactivated. Tried both — the composer and the PHP-Update-Process... Would be...
Unfortunately, it's not possible to add additional columns in the backend module. This makes sense because it would require accessing the custom-defined columns. However, this functionality seems to already exist,...
Hello, I tried to add a new select-field in my femanagerextended. Here is what I did: TCA 'my_new_option' => [ 'exclude' => false, 'config' => [ 'type' => 'select', 'renderType'...
There is a change in ViewHelper ... defaultOption for form.select no longer exists.  Migration: defaultOption to prependOptionLabel ``` ```
## Bug Report **Current Behavior** In the documentation, it states: ```typoscript plugin.tx_cart { settings { autoGenerateNumbers = order } } ``` (See: [link to documentation line](https://github.com/extcode/cart/blob/dd50fd8b50b9aedf4152ccd87774ad7c7e111dd3/Documentation/Administrator/Configuration/NumberGenerator/Index.rst#L20)) However, in `settings.typoscript`, it...