• Resolved Sumukha

    (@sumukha)


    While running an audit on a Woocommerce site, I came across about a hundred 302-type redirects like this: (my-url)/cart/?remove_item=089d388e6181f1f6c55e994343cd0ae2&_wpnonce=2c32805fb2
    I checked other WooCommerce stores, didn’t see it anywhere else.

    Does anybody have an idea what this is about?
    I don’t want that load of redirects on any site!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Riaan K.

    (@riaanknoetze)

    Hi there,

    You can see the functioning behind the remove_item query parameter in the core functioning of the WooCommerce plugin at https://github.com/woocommerce/woocommerce/search?q=remove_item

    Usually, this is related to removing products from the cart that is no longer available or who’s session has since expired. By removing that function, you’ll essentially be preventing WooCommerce from removing items from the cart 🙂

    It looks like you may have found a solution to this. I am going to mark this as Resolved at this time. If you have another issue please feel free to open a new post. 🙂

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘302-type redirects on Woocommerce cart page’ is closed to new replies.