laravelshoppingcart
laravelshoppingcart copied to clipboard
Using shopping cart with localStorage
I have gone through the issues but I need wI can do the following
-
store the cart items also in localStorage when adding to cart. I have tried using cookies but the cart is lost on the browser closed or when the user logs in.
-
What is the best way to implement the cart functionality for both guest and authenticated checkout?