How can i calculate amount of total items added to a list?
I have a list which records the number of items. so when the user clicks "add to cart"
the item gets added to this list.
My question is how can i add the total number of items in this list.
Thank You in advance