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] Register Category model properly #171

Closed rintisch closed 2 weeks ago

rintisch commented 2 weeks ago

To avoid an error when adding a category to a product it's necessary to register the extended Category model properly.

Fixes: #170