Crinsane / LaravelShoppingcart

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

Recover cart without deleting from DB #660

Open xbfast opened 3 years ago

xbfast commented 3 years ago

Hello, is it possible to recover a cart without deleting it from the shoppingcart database? I'll delete it when necessary. I'm doing email sending cycles, and if every time I retrieve it, it deletes it, I can't do what I need. Thanks

RodrigoPauletti commented 2 years ago

What method are you using to get the shoppingcart data?