Home › Forums › Basel support forum › wine shop send product 6 bottles › Reply To: wine shop send product 6 bottles
March 26, 2017 at 6:03 pm
#11335
Artem Temos
Keymaster
Try to copy basel/woocommerce/global/quantity-input.php
file to the child theme and add the following code snippet to this file
<script type="text/javascript">jQuery('.quantity .minus').click();</script>
Regards