Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #529975

    I am using the WooCommerce Advanced Quantity Plugin and after installing it I saw that it doesnt work properly with the Enfold theme, i.e. does not work with the step value. It seems the problem is that it does not hook in to the right WooCommerce function with the plus and minus buttons. The problem seems to be in the woocommerce-mod.js file, line 27-34.

    minus.on('click', function(){
        var the_val = parseInt(newNum.val(), 10) - 1;
        the_val = the_val < 0 ? 0 : the_val;
        newNum.val(the_val);
    });
    plus.on('click', function(){
        newNum.val(parseInt(newNum.val(), 10) + 1);
    });

    What is needed to apply the woocommerce_quantity_input_args filter instead of +1 and -1?

    Thanks

    #530250

    Hi koszachos!

    I am not sure. Did you contact the extension authors? They created the plugin so they will have a better idea on what’s going on.

    Best regards,
    Elliott

    #530282

    I have but no reply yet. I’ll wait then.
    Thanks anyway

    #530557

    Hi,

    Please get back to us if you should need any further help from us.

    Regards,
    Rikard

    #534169

    Hi i am having the same problem.
    Is there any solution right now.
    I need urgent help on this.

    I have tested several Quantity plugins and with every plugin the step factor does not work.
    So it is a Enfold Problem as described on top.

    THX

    #534927

    Hey!

    You can send us a link for us to take a look but it would be best to contact the extension authors as they will have a better idea of what’s going on with it.

    Regards,
    Elliott

    #542653

    Hi
    I am also using the WooCommerce Advanced Quantity Plugin an i have a problem with the step value in the plugin.
    it seems to be the woocommerce-mod.js that defines the step value, is there any solution.

    #542720

    Hi!

    You can send us a link for us to take a look but it would be best to contact the extension authors as they will have a better idea of what’s going on with it.

    Regards,
    Elliott

    • This reply was modified 8 years, 4 months ago by Elliott.
Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.