Repository Forums Support WooCommerce Extended Coupon Features PRO FREE products at PRO version: not updating Reply To: FREE products at PRO version: not updating

#1486
Soft79
Keymaster

Are you using Internet Explorer by any chance?

It’s working fine on Firefox, but when testing on Internet Explorer I see that the button stays disabled.
Please open this file: wp-content/plugins/woocommerce-auto-added-coupons-pro/includes/pro/WJECF_Pro_Free_Products/js/wjecf-free-products.js

and replace this line:

me.update_totalizer = function( totalizer_id, updated_input = undefined ) {

with:

me.update_totalizer = function( totalizer_id, updated_input) {

Then clear your browser cache and try again. Does that help? If so please let me know, and I implement the fix in the next release.