Add to cart is greyed out, even though "Continue to sell stock is selected"

Our site has various products, linked to our CMS for stock levels. I have it configured so that track quantity and continue selling is selected for all products, however if the product is out of stock, then the Add to Cart Buttons are greyed out.

The nature of most of our products is that we create bandsaws to length, so our stock code will never be “in stock” as such, because the actual finished product is made into stock after the order is placed.

Any suggestions on how we can get around this? (Coincidentally though, you can add products to cart from the collections page no problem, just the individual product pages don’t allow you to.

Example product with the problem - https://www.selmachtooling.co.uk/collections/blade-width-27mm-34mm-bandsaw-blades/products/goldcut-424-bandsaw-blade-27mm-6-10vp-long

@Selmach

There is some liquid coding which is making the button disable to add. Can you tell me which theme you are using?


If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on mail | Shopify Design Changes | Custom Modifications In to Shopify Theme

Hi @Selmach ,

Please go to sections > product-template.liquid file, find ‘quantity_coll’ and remove ‘disabled’. It will work fine:

If you don’t find it, just add this code at the end of the file:


Hope it helps!

Thank you so much, that’s worked perfectly, I was able to find that snippet of code, and yeah now it’s working perfectly, thank-you!