Thank you for your reply. It’s still not fixed. So, in this case, it won’t be working till the next release? When’s the next release?
I’ve noticed an issue with combinations of Woocommerce plugins and the Donations form returning the error “Please enter numeric value!!” even though a number is entered.
I’ve determined the issue is because of a function in javascript called “isNumeric” which is being redeclared by other plugins.
I suggest changing this function name to something more unique like: wgdk_isNumber
how and where to change it to wgdk_isNumber? Could you show it?