hello,
I am experiencing an issue with my shopping cart. When I add an item, the cart icon does not update the number of items until I refresh the page. Additionally, the notification bubble appears after I add a first item. Could you please assist me in resolving this issue? Thank you.
Here is the code:
<span class="cart-link__bubble{% if cart.item_count > 0 %} cart-link__bubble--visible{% endif %}">
{{- cart.item_count -}}
</span>
