ROTRMedia Posted February 1, 2022 Posted February 1, 2022 Site URL: https://www.lbstructural.com/shop-lb-structural/p/white-alumabase-for-alumawood-by-amerimax Hello, hoping for some help in editing the starting quantity to "0" instead of "1" on the product pages. We have an issues with people checking out with only 1 product when usually 3 minimum are needed to complete the project. I don't want to make a minimum order because people often order 1 for color sampling. Thanks in Advance! https://www.lbstructural.com/shop-lb-structural/p/white-alumabase-for-alumawood-by-amerimax
tuanphan Posted February 7, 2022 Posted February 7, 2022 Try adding to Settings > Advanced > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $('.ProductItem-details .product-quantity-input input').attr('min', '0'); $('.ProductItem-details .product-quantity-input input').attr('value', '0'); }); </script> If you want the code run for above product only, add a Code Block in Additional Info >> Add the code Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
ROTRMedia Posted February 18, 2022 Author Posted February 18, 2022 Thanks so much tuanphan worked perfectly!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment