Fashe Theme - Remove from cart not working

Hello,

My remove from cart button is not working - it forwards you to the shipping page but does not remove the item from the cart.

Can anyone help with this?

Website: fueleduk.com

1 Like

@Fueleduk

can you please check first your backup theme also share your cart page code so i will check and update

1 Like

@KetanKumar

I have exactly the same problem at different places on http://www.sachsenpalmen.de/.

  1. on the shopping cart page when clicking on “Entfernen” (engl. translation is remove) or on the “x” when hovering on the product image

  1. in the shopping cart preview when clicking on the “x” below the item or on the “x” when hovering on the product image.

Apparently there is no refresh of the page and the shopping cart. An automatic update function without page refresh would be very helpful here.

I appreciate a solution very much!

Here is the code from cart.liquid:


{% unless settings.shipping_calculator == 'Disabled' %}

{{ 'shipping-cart.js' | asset_url | script_tag }}

{% endunless %}
1 Like

@StephanB

sorry your store password protect

I have exactly the same issue. Can someone please share a solution for this major problem? I would really appreciate your help.

1 Like

@sadie2022

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Do you think you can localize the issue here?

This is my code from the cart.liquid:

{{ page_title }}

{% if cart.item_count > 0 %}
{% for item in cart.items %} {% endfor %}
{{ 'cart.general.heading_product_name' | t }} {{ 'cart.general.heading_unit_price' | t }} {{ 'cart.general.heading_quantity' | t }} {{ 'cart.general.heading_total' | t }}
{{ item.product.title }} {% unless item.variant.title contains 'Default' %}
{{ item.variant.title }} {% endunless %}

{% if settings.product_quantity_message and item.variant.inventory_management and item.variant.inventory_quantity <= 0 and item.variant.incoming %}
{% assign date = item.variant.next_incoming_date | date: format: ‘month_day_year’ %}


{{ ‘products.product.will_not_ship_until’ | t: date: date }}
{% endif %}

{% assign property_size = item.properties | size %}
{% if property_size > 0 %}
{% for p in item.properties %}
{% if forloop.first %}
{% endif %}
{% unless p.last == blank %}
{{ p.first }}:

{% if p.last contains ‘/uploads/’ %}
{{ p.last | split: ‘/’ | last }}
{% else %}
{{ p.last }}
{% endif %}


{% endunless %} {% endfor %} {% endif %}
{{ item.price | money }}
{{ 'cart.general.remove' | t }}
{{ item.line_price | money }}
{{ 'cart.general.update' | t }}
Cart Totals
{% if cart.total_discounts > 0 %} {% assign savings = cart.total_discounts | money %}
{{ 'cart.general.discount' | t }}: {{ 'cart.general.savings_html' | t: price: savings }}
{% endif %}
Shipping:
{% include 'shipping-calculator' %}
{{ 'cart.general.subtotal' | t }}: {{ cart.total_price | money }}
{{ 'cart.general.proceed_checkout' | t }} {% if additional_checkout_buttons %} {{ content_for_additional_checkout_buttons }} {% endif %}
{% else %}

{{ 'cart.general.empty' | t }}

{{ 'cart.general.continue_browsing_html' | t }}

{% endif %}
{% unless settings.shipping_calculator == 'Disabled' %}

{{ ‘shipping-cart.js’ | asset_url | script_tag }}

{% endunless %}

1 Like

@sadie2022

yes, please share store url

1 Like

Could you please provide me with a code that removes this issue?

Is there a way you can help me, without me sharing my Store URL?