Hi Team,
I have the following question: Right now, the number displayed next to the cart icon shows the total quantity of all items in the cart.
Example (current behavior):
-
200 × Product X
-
100 × Product Y
👉 The cart counter shows 300
Desired behavior:
We want the cart counter to show the number of unique products, not the total quantity.
Example (desired):
-
200 × Product X
-
100 × Product Y
👉 The cart counter should show 2, since there are two different products in the cart.
Does anyone know the best approach to modify this logic / or what template so that it counts unique products instead of total quantities? (Swift V1)
Kind Regards,
Ferri