content01
content01

Reputation: 3225

how to get the number of products inside cart in shopify?

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

Answers (1)

Steph Sharp
Steph Sharp

Reputation: 11682

See here.

Use cart.items.size to get the number of unique products in your cart.

Upvotes: 1

Related Questions