fahadmahmood8 / stock-locations-for-woocommerce

This plugin will help you manage WooCommerce Products stocks through locations and also different traditional barcodes.
https://pt.wordpress.org/plugins/stock-locations-for-woocommerce/
GNU General Public License v3.0
22 stars 14 forks source link

Unblock the UI instead of forcing a page reload. #133

Closed d2roth closed 2 years ago

d2roth commented 2 years ago

Fixes page reload when adding products to cart on an archive page.

The AJAX request seems unnessessary $.post($(this).prop('href'), {}, function(){ but I was not sure what implications removing that has so I left it with what I could verify.