Skip to main content

Hello everyone,
I would like to know the code snippet that displays the total number of items in the cart.
For example I would like to make a sentence "There are 3 items in your cart". 
I would like this number to be variable depending on the number of items in the cart.
Thank you in advance for your help.

@Luc messmer 

Try this code {{ event|lookup:'Item Count' }} it should do exactly what you need..


Thank you very much for your reactivity.


Reply