Input value incorrect
-
Hi,
If min value is 0 like with grouped products no value is shown at all and buttons don’t work untill u manually insert a value.
I solved it by changing inside quantity-input.php;
value="<?php echo esc_attr( $input_value ); ?>"
to
value="<?php echo esc_attr( $min_value ); ?>"
After this change simple and grouped products both work as expected.
Using latest woocommerce and plugin..
Please change it in future update
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Input value incorrect’ is closed to new replies.