I want to fix the count from the cart icon, it is not working properly, I been trying to fix the code, but I can find the error, when the customer adds an item to the bag the count still in zero, when you click the element is there but the count continues in zero, and it is displaying an error of translation in the top, that is also related to the count. here is the code.
{{ 'cart.title' | t }}
{% if cart.item_count > 0 %}
{% else %}
{{ 'cart.empty' | t }}
{{ 'cart.continue_browsing' | t }}{% endif %}
{%- section ‘banner-cart’ -%}
{% if cart %}{% endif %}
The theme is a trird-party-theme, it was develop from someone else
url: https://uniquenaturalcosmetics.com/
Any suggestion in how to do this?
Thanks a lot