Good but not good
-
The plugin works, but rounding the amount causes a huge problem with the user experience and makes the plugin unusable. I have to edit the plugin directly. -> assets/js/frontend.js line 106 -> replace
$input.val(val.toFixed(woonp_vars.price_decimals)).trigger('change');with$input.val(val).trigger('change');
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this review.