Plugin Author
taisho
(@taisho)
Hello,
your Food Online Premium plugin removes elements from page’s HTML to later recreate them. Even though the ones that Qty Increment Buttons for WooCommerce operates on have unchanged structure, such dynamic generation doesn’t allow to correctly attach event listeners.
I’ve just released a new version with a couple of changes, so please install it and you can try changing the following line in .php file:
$(".woocommerce form.cart, .woocommerce td.product-quantity, .woocommerce li.product").off("click", ".qib-button").on( "click", ".qib-button", function() {
to:
$(document).off("click", ".qib-button").on( "click", ".qib-button", function() {
While technically it is less efficient, it should work.
Best regards,
Ryszard
Its working for me too! thanks.
Plugin Author
taisho
(@taisho)
That’s great to hear! In the next release (1-2 weeks) I’ll do this replacement in the plugin file, as from my research the performance difference, in this case, will be negligible and I would like to avoid making it another option.
If you like the plugin, I would appreciate if you could rate it, to increase its popularity:
https://ww.wp.xz.cn/support/plugin/qty-increment-buttons-for-woocommerce/reviews/#new-post
Best regards,
Ryszard
-
This reply was modified 6 years, 9 months ago by
taisho.
Buttons on product pages can act
But the button on the shopping cart page does not respond
http://www.happymom.inworldshop.com/
I can help you add an administrator account
You can check on the management page?
Hi,
If I try to press a product and + or -, nothing happens.
How should I do.
WE Have installed your plugin but plus button not working is there any solution for that i have check in console its causing an issues with js files
https://gronixgold.100demos.com/
here is our website kindly check and let us know