Crinsane / LaravelShoppingcart

A simple shopping cart implementation for Laravel
MIT License
3.68k stars 1.73k forks source link

I can add only max. 2 product to my cart #603

Open furkangiray opened 4 years ago

furkangiray commented 4 years ago

Hello, first of all thanks for this greate package. I have a problem about I guess limitation. I can add only max. 2 product to my cart. When I empty my cart with Cart::destroy(); function after that I can add new products to my cart but again there is only maximum 2 products in my cart. How can i solve this problem. Thanks for replies!