• Hello,
    I have a problem with the input field.
    If I activate the plugin and enter a “minimum price” that works basically too.
    But the min variable of the input field is, for example, customizable via the developertools of chrome / firefox or edge.
    If you change the value, for example from 0 to -1000, you can put the product with the negative price in the warenkorm.
    Is there a solution for this?

Viewing 1 replies (of 1 total)
  • Hello @projectmakers,

    I think there is nothing we can do to prevent users from using the Developer Tools and change field attributes.

    But I think that’s not a problem as we are also sanitizing and validating inputs on PHP.
    For example, if you try to change the min attribute with negative values and try to submit it, a WooCommerce notice error will be displayed to you, which by the way, can be customized on plugin’s settings.

    Do you think it answers your question?
    If you have more questions, let me know 😉

Viewing 1 replies (of 1 total)

The topic ‘Min Value’ is closed to new replies.