laravelshoppingcart icon indicating copy to clipboard operation
laravelshoppingcart copied to clipboard

Show the cart Total Quantity on all pages

Open LouisLecouturier opened this issue 4 years ago • 2 comments

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 ?

LouisLecouturier avatar Jan 02 '21 19:01 LouisLecouturier

I have the same issue

jaaferklila avatar Feb 07 '21 18:02 jaaferklila

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 ^^

LouisLecouturier avatar Feb 08 '21 21:02 LouisLecouturier