• I fixed this by editing the template:
    nameyourprice-price-form.php on line 13

    so that: input type=”number”

    <input type=”number” id=”ywcnp_suggest_price_single” class=”ywcnp_sugg_price short wc_input_price” name=”ywcnp_amount”>

    This keeps invalid inputs such as $ from being entered by customers, and since the plugin doesn’t sanitize the inputs to only allow numbers, this is a good fix that will solve this situation in most browsers.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hello,
    thank you for your feedback, we’ll fix the issue soon.

    When you able to fix the validation issue? There should be validation on the empty field and number. Without putting anything, it still goes to the cart page which does absolutely not make any sense.

    I am a little surprised that such a small thing didn’t take care while developing a plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Invalid Inputs not checked’ is closed to new replies.