Hello,
I am searching for a solution to make the “remove” from cart button work.
I have went through / tried a couple solutions from the forum, but none seem to work. for example:
Will be very grateful if someone could give me at least a hint on why it doesn’t work.
store cart can be seen at: https://wakeshop.bg/cart
and the template code is:
{% if cart.item_count > 0 %}
# {{ 'cart.general.title' | t }}
{% else %}
# {{ 'cart.general.title' | t }}
{{ 'cart.general.empty' | t }}
{{ 'cart.general.cookies_required' | t }}
{{ 'general.404.link' | t }}{% include 'icon-arrow-right' %}
{% endif %}
{% schema %}
{
"name": "Cart page",
"settings": [
{
"type": "checkbox",
"id": "cart_notes_enable",
"label": "Enable cart notes",
"default": false
}
]
}
{% endschema %}
Thanks a million in advance!

