Woocommerce cart uptade button not working after apdate

Home Forums Legacy Support Support queries Update Issues Woocommerce cart uptade button not working after apdate

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #225129
    damian
    Participant
    Hi, the issue is like in the topic title. After last update the button "cart update" stoped working. It looks transparent and when I trie to click it it does not work and proceeding to check out is not possible. Any hint what could be the issue??? Thank you for the help. Damian
    #225264
    Anshuman Sahu
    Keymaster
    Well its working absolutely fine here with woocommerce's latest update 3.7.0 and theme version 3.9.5 : http://somup.com/cqQQlYeawy  
    #225303
    damian
    Participant
    This reply has been marked as private.
    #225445
    Diana
    Participant
    @damian, Try adding this code in wp-admin > Plugins > Editor > Select WPLMS Customizer Plugin > wplms-customizer.php add_action( 'wp_footer', 'bbloomer_cart_refresh_update_qty' ); function bbloomer_cart_refresh_update_qty() { if (is_cart()) { ?> <script type="text/javascript"> jQuery('div.woocommerce').on('click', 'input.qty', function(){ jQuery("[name='update_cart']").trigger("click"); }); </script> <?php } }
    #225446
    damian
    Participant
    @Diana Hi, thanks for the tip. There was an update 3.9.6 just realist and it fixed all my issues. thank you  
    #225462
    Diana
    Participant
    @damian Okay, That's great..!! Closing this topic then
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Woocommerce cart uptade button not working after apdate’ is closed to new replies.