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

[FEATURE] Enable link from cart to detail view #175

Open rintisch opened 1 week ago

rintisch commented 1 week ago

This is a needed adaption to make it possible that a product detail view can be linked from the product list of the cart.

Fixes: https://github.com/extcode/cart_products/issues/167

rintisch commented 1 week ago

Tests are failing due to not existing methods in EXT:cart because they do not exist in its main branch.