How to show total cart item quantities in a cart - Dawn

Hi, I am trying to change the cart total item quantity to number of products in cart I tried different ways but no success, Need help in this regard. I am using Dawn theme, Here is the URL https://rti-mailin-program.myshopify.com/cart store PASSWORD: teststore

Looking forward to any solution

Thanks

Hi @Shah15

Cart item quantities appear by default in cart icon by default of Dawn theme 11.0. Please revert the code that you edit to make it appear.

Hello @Dan-From-Ryviu , thank you for the response the code is reverted but still I see the total number of items, I changed the code in header.liquid to cart.item_size from cart.item_count but not working

Ah, I got your mean now, you want number of products, not quantity of items.

Yes, I want number of products. For example

If Product A has item.quantity = 3;

and product B has item.quantity = 9;

then in cart I want total 2 products to display.

I changed the code in header.liquid , cart.item_count to cart.item_size but not working.