Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Woocommerce Add to Cart Loading Icon WordPress

  • REFUNDED

Looking for some jquery to add a loading icon to the page when someone clicks add to cart (woocommerce). Using the gform add-on which may change things

example page: https://hookahi.com/guides/charter-1/

Answers (1)

2013-04-17

Dsmart answers:

broken link


Kyle comments:

I was working on another issue, its fine now


Kyle comments:

Solution for future viewers:

jQuery(document).ready(function($) {
$(".cart").click(function() {
$.blockUI();
});
});