Skip to content

Fixing Page Refresh When Removing Products from Mini Cart

In this article

    If clicking “Remove” on the mini cart (Off Canvas, Overlay or Dropdown) refreshes the page and adds ?removed_item=1 to the URL, it usually means WooCommerce’s AJAX add-to-cart feature is not enabled. To fix this:

    1. Go to WooCommerce → Settings → Products → General.
    2. Find the option “Enable AJAX add to cart buttons on archives“.
    3. Check the box and save changes.

    Once enabled, removing items from the cart should update instantly without refreshing the page.

    Related Articles
    Back To Top