i want to get cart.total_price and cart.count_item at header.liquid section.
But in my code, it's only render 1 time and not change if i'm add new product to cart.
Below is my code.
<div class="announcement-bar">
<div class="announcement-bar__value">{{ cart.total_price | money }}</div>
</div>
Thanks