extcode / cart_products

CartProducts is a TYPO3 extension and provides an own data storage for simple and configurable products. Products can be offered via a list and detail view and can be purchased via cart function of the Cart extension.
7 stars 25 forks source link

[BUGFIX] Avoid error for quantity discounts #144

Closed rintisch closed 1 month ago

rintisch commented 2 months ago

Allowing the FE usergroup to be null avoids the error that otherwise occurs when adding a product with special price to the cart.

Fixes #143