• 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)
  • Plugin Support Janilyn T

    (@janilyn409)

    Hi @addjp30 ,

    Thanks for your review. I have already send this to our developers. From our developers’ point of view, rounding price is a much needed feature to make sure the inputted amount (price) meet the min/max/step rules. They also said that turning this off might cause issues with some quantity selectors.

    I do not know any further than this, but if this snippet works properly on your site, please keep it as a customization for your site but keep an eye out to make sure no issues trigerred meanwhile.

    Best regards.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this review.