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

[BUGFIX] Reenable order range check in ProductList #500

Closed rintisch closed 5 months ago

rintisch commented 6 months ago

The used method getQuantityInRange() was removed. This solves the problem although it does not seem to be a proper solution. The now used methods are also marked as deprecated but there are no information about migration options.