• Hi

    First of all great plugin! I have a small problem when updating the cart (on the cart page). After removing an item or updating quantity on items in the cart I am not able to add a donation. The button and field are still visible, but not working. If I reload the page, it works again.

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have the same issue here.

    Same here. The onclick is not ajax proof, change the code in woo-donations.php

    from:

    jQuery('.wdgk_add_donation').click(function(){

    to:
    jQuery(document).on('click','.wdgk_add_donation',function(){

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not working after cart update’ is closed to new replies.