Hello,
I’m facing an issue on cart part when i click remove button for remove items on cart it simply redirects to checkout page without removing items. Please help me to fix this out.
Thanks
Hello,
I’m facing an issue on cart part when i click remove button for remove items on cart it simply redirects to checkout page without removing items. Please help me to fix this out.
Thanks
Hi,
Hope you are well! Can you please share your store URL? So, I can check and update you with a solution.
Here’s is my store URL https://mydiamondsshop.myshopify.com/
and I requested you to check the cart page code which is mention below:
| {{ '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 property_size = item.properties | size %} {% if p.last contains ‘/uploads/’ %} {% endunless %} {% endfor %} {% endif %} |
{{ item.price | money }} |
|
{{ item.line_price | money }} |
{{ 'cart.general.continue_browsing_html' | t }}
{% endif %}{{ ‘shipping-cart.js’ | asset_url | script_tag }}
{% endunless %}