Extra items added to cart on refresh, woocommerce

If you look on the network tab of the developer tools from your browser, you will see that the product is NOT added by AJAX.

Chrome network tab

Yes, there is an AJAX-Request but that sends a nonce to “woosb_custom_data” and adds no product to your cart. (blue cross on the screenshot)

Normaly the “add to cart” AJAX-Request should go to an address like “example.com/?wc-ajax=add_to_cart”.

The product is add via a normal POST-Request. (red cross on the screenshot)

If you reload the page the browser will send the POST-Request again.
Try the reload test with an firefox browser and the browser will ask you if you want to send the POST-Request again.

By the way there is an problem with your cart page.

https://www.ndsclub.com/cart/

If you remove all item from the cart (hit the red cross for every item) the cart-view will be white and there is no navigation back to your shop.