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

[BUG] Adding special prices throws an error #143

Closed rintisch closed 4 months ago

rintisch commented 5 months ago

Creating a quantity discount for a product in the backend results in an error in the frontend when adding this product to the cart:

Typed property Extcode\CartProducts\Domain\Model\Product\QuantityDiscount::$frontendUserGroup must not be accessed before initialization

I will make a PR for this.

rintisch commented 4 months ago

Closed with #144.