Woocommerce Quantity input default value
-
Hello ,
I have set the default value for quantity input to 50 in quantity-input.php<strong><div class="quantity"><input type="number" step="50" <?php if ( is_numeric( $min_value ) ) : ?>min="50"<?php endif; ?></strong>This works well in single product page , but doesnt change in quick view.
I tried with jquery too$(‘.yith-wcqv-main .input-text’).val(“50”);
both works in single product page but not in quick view?
Is there any way i can put default value to 50 using code?
NOTE: I dont want to use to min/max quantity plugin for some reasonsHere is my website- https://cardmart.in/wedding-invitations/
Hover on product for quick view button.
Thank You !
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Woocommerce Quantity input default value’ is closed to new replies.