Tagged: woocommerce
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
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
I have but no reply yet. I’ll wait then.
Thanks anyway
Hi,
Please get back to us if you should need any further help from us.
Regards,
Rikard
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
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
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.
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