laravelshoppingcart
laravelshoppingcart copied to clipboard
Show the cart Total Quantity on all pages
Hey ! I was just wondering if there was a way to show the number of items in the cart as a badge on all pages and if so, how can I do that please ?
I have the same issue
I have the same issue
I found out how to do it !
Simply write in your html
{{ Cart::session($sessionKey)->getContent()->count() }}
I still have to find a way to retrieve that number when a user is logged in ^^