extcode / cart

Cart is a small but powerful extension which "solely" adds a shopping cart to your TYPO3 installation. The extension allows you to create coupons, products with or without variants, special prices.
GNU General Public License v2.0
57 stars 51 forks source link

[TASK] Remove deprecated `skipDefaultArguments` #558

Open rintisch opened 3 months ago

rintisch commented 3 months ago

Task

Using plugin.tx_cart.features.skipDefaultArguments = 1 is deprecated with TYPO3 12.4, see Deprecation: #100622 - Extbase feature toggles. It is used in https://github.com/extcode/cart/blob/2c78933e7fdc68ab7b6674cb8777b67c8d82e63b/Configuration/TypoScript/setup.typoscript#L50-L52

This needs migration for TYPO3 v13.