Closed d2roth closed 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.
$.post($(this).prop('href'), {}, function(){
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.