Reputation: 3225
I already know how to get the number of items, so let's say I have 3 shirts A and 2 pants B in my cart, I would like to get 2 instead of 5.
Upvotes: 0
Views: 173
Reputation: 11682
Use cart.items.size
to get the number of unique products in your cart.
Upvotes: 1