Hi
Pls can u provide a solution to hide cart count until a product is added to cart (attached example below)
my store:
URL: appliancesclub.com
Theme: Warehouse
wanted result:
Cheers
Hi
Pls can u provide a solution to hide cart count until a product is added to cart (attached example below)
my store:
URL: appliancesclub.com
Theme: Warehouse
wanted result:
Cheers
Hi @bennyhenders For hiding empty cart counter just follow below steps-
Go to Online Store
Edit Code
Find and open header.liquid file
Find for this code
{{ cart.item_count }}
{% unless cart.item_count <= 0 %}
{{ cart.item_count }}
{% endunless %}
Please let me know when works and like and mark as solve!