How do I hide the Quantity Input field without using CSS? I tried this option but the input field was still being displayed to the left of the Add to cart button.
If Sold Individually is checked, the quantity field should be hidden on the product page? In GeneratePress the quantity input field is still shown if so… maybe this is something that should be added to GIT for feature request or bug fix.
I’m about to dig around on the web for a hook to disable the quantity field right now because I tried to remove the quantity field with a snippet of CSS but it didn’t work:
.quantity.buttons-added {
display: none;
}
p.s. – my apologies upfront if this is wasting your time… i saw this post but there was no answer