Same problem here in our store: http://www.fruchtbote.com
Only one item is added at a time, independently from the quantity you choose.
I kindly request your support in this.
Kind regards,
Daniel
Same problem i had, did you guys found any solution for that?
It seems like @taisho isn’t providing support
Not yet, hopefully @taisho is responding soon. We think that the issue was caused by an update (maybe from wordpress or woocommerce). Other Quantity Button Plugins have the same problem.
I turned off the plugin. It makes no sense that every version update will have a problem .. and support is not available ..
Look for a developer that will add a few lines of code and everything will work. It’s two hours of work
Plugin Author
taisho
(@taisho)
Hello,
I’m sorry for the temporary lack of support. No later than this weekend I will release all critical fixes. The problem must be related to WooCommerce 4.0.
I even had 2.7.0 version ready, with small updates, when I also positively tested for WooCommerce 3.9.0 and PHP 7.4 compatibility. I didn’t release it in the end.
Best Regards,
Ryszard
-
This reply was modified 6 years, 2 months ago by
taisho.
Plugin Author
taisho
(@taisho)
Hello,
For a fast fix – in 2.6.1 version of the plugin, file: qty-increment-buttons-for-woocommerce.php, change line 469 from:
add_to_cart_button.data( "quantity", jQuery( this ).val() );
to:
add_to_cart_button.attr( "data-quantity", jQuery( this ).val() );
Best Regards,
Ryszard