laravelshoppingcart
laravelshoppingcart copied to clipboard
shopping cart for guest users
i wana my users add products to cart before logining to app, is it possible in this package or not?
yes
has anyone got a working example of this ?
I have used session-id for guest users like this:
$session_id = request()->session()->getId(); Cart::session($session_id)