Improve the MiniCart
In my opinion, a real MiniCart (or MiniBasket) should have more then the amount of total added products. To use this extension for "bigger" shops, it's required to have a MiniBasket which supports the following actions:
- list of all added products
- changeable amount per product
- delete a chosen product from basket
have a look at for example http://www.galaxus.ch
Thank you for your feedback. I think there is everything in the view you need. Have a look at https://github.com/extcode/cart/blob/master/Classes/Controller/CartController.php#L253. The complete cart is assigned to the view. In contrast to the showCart action only the shippings, payments and addresses not assigned to the view. With changing the template you should be able to change the contents of the shopping basket. For changing the number of products you could use the ajaxRequest on typeNum 2278001. If you need any special, please feel free to update this issue.
@extcode as you answered this issue it can be closed in my opinion.