• Resolved gal11

    (@gal11)


    After I get to the cart page, the +\- buttons appear and the plugin works properly. But, if I want to add/remove product on the cart page and I push the buttons, the page refresh and the buttons disappear.
    And then, the plugin work only if I write by myself the amount of the products but there are no +\- buttons.
    Did you change something in the +\- buttons in the new version?
    I have WordPress 5.8 and all the plugins are updated.
    Please help me solve this problem.
    Thank you

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author moiseh

    (@moiseh)

    Hello,

    I’m unable to identify why the issue was happening, maybe it’s conflicting with another plugin or theme?

    In the new version basically the only code changed in wooajaxcart.js is that some protection was added for minus and plus buttons:

    
    if ( $(this).hasClass('disabled') ) {
        e.preventDefault();
        return false;
    }
    
    • This reply was modified 3 years, 6 months ago by moiseh.
Viewing 1 replies (of 1 total)
  • The topic ‘+\- buttons disappear’ is closed to new replies.