My website is no longer showing the cart count number on the Shopify cart. It now just shows a solid blue circle.
This is on the debut theme.
Any suggestions are appreciated.
Hello,
Welcome to the Shopify Community.
I read your problem and it seems that I need to analyze your website to provide the solution here.
Would you please share your website URL and if your website is password protected then also provide the password.
@Hardik29418 This might be any javascript conflict did you try it on fresh copy?
yes it work when i test site on a new theme
Hi @kingsk23
Go to Online Store > Themes > Edit code > open header.liquid file, find this line of code
{{ 'layout.cart.items_count' | t: count: cart.item_count }}
Add this line above it and save file.
{{ cart.item_count }}
Thank you very much. This is amazing and fixed it straight away.