Giorgio M
Forum Replies Created
-
Hi everybody,
sorry for error i’ve written here but my answer was about another very similar plugin ??https://www.ads-software.com/plugins/quantity-increment-buttons-for-woocommerce/
i apologize!
GiorgioHi,
the problem is related to the cart ajax update. I’ve fix the bug by simply changing the file
quantity-increment-buttons-for-woocommerce/assets/js/wc-quantity-increment-buttons.jsat line 23
from this
jQuery(document).ready(function(){ wcqib_refresh_quantity_increments(); });
to this
jQuery(document).ready(function(){ wcqib_refresh_quantity_increments(); jQuery( document ).on( 'updated_wc_div', function() { wcqib_refresh_quantity_increments(); }); });
the callback “updated_wc_div” is trigger by woocommerce after the cart update.
After change the javascript simply re-minify it and replace to
quantity-increment-buttons-for-woocommerce/assets/js/wc-quantity-increment-buttons.min.jsPlease update the plugin code.
Thanks!Forum: Plugins
In reply to: [RSSImport] Error: Feed has an error, but it doesn'tHi,
i’ve fix using this params:use_simplepie=”1″ charsetscan=”0″
Hello nick_nielsen,
I have send a new version of the plugin to the author. That version run good on wordpress 3.3.1. I’ve not tested on old wordpress version.
Hello pbogaert,
I have send a new version of the plugin to the author. That version run good on wordpress 3.3.1. I’ve not tested on old wordpress version.