How can I add an auto-updating cart counter in Pipeline theme 2.0?

Hello,

I would like to add a cart counter that automatically updates once an item has been added to cart.

I’m using Pipeline them 2.0

1 Like

@nalnowaeam

<span class="cart-link__bubble{% if cart.item_count > -1 %} cart-link__bubble--visible{% endif %}">{{ cart.item_count }}</span>

Try out this code.

Or it’s an customization work, you have to hire a developer for that.

Let me know if you need any more help.

Where do I add the code?

Anyone has any update on this please?