I want to change the functionality of remove button in cart page.
when i am deleting the product it should not refresh the page. right now its refreshing the page.
this is the code from cart.liquid file
{%- for line_item in cart.items -%} {%- assign line_max_quantity = '' -%}{%- if line_item.variant.inventory_management != blank and line_item.variant.inventory_policy == ‘deny’ -%}
{%- assign line_max_quantity = line_item.variant.inventory_quantity -%}
{%- endif -%}