• If i set my minimum value to 0.25 it accepts it but on the website i can’t go under 1 why is that hope you can help.

    • This topic was modified 7 years, 6 months ago by andersi913.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter andersi913

    (@andersi913)

    Thread Starter andersi913

    (@andersi913)

    edit to the this file: “ipq_input_value_validation.js”
    I added this line (new_qty = parseFloat(new_qty).toFixed(2);) between line 24 and 25..

    and now i can click “+” to 2,35 and “-” back to 2,30 without typing in the textField..

    Thread Starter andersi913

    (@andersi913)

    Can now get to 0,25 ?? ?? ??
    My theme (tm organic) was the problem.. ??
    added this:
    min=”<?php echo esc_attr( $min_value ); ?>”
    max=”<?php echo esc_attr( 0 < $max_value ? $max_value : ” ); ?>”
    to (FILE) ftp // web/wp-content/themes/tm-organik/woocommerce/global/quantity-input.php..

    so the plugin did the job except the change mentioned earlier thanks! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘can’t set min. less than 1’ is closed to new replies.