Quantity & Add to basket for variants that are sold out
-
Hello everyone,
first of all, thank you very much for your great plugin.
It has not bothered us so far, but there are customers who are bothered by the following from time to time.
For products that are a variant and are sold out, the ‘Quantity & Add to basket’ field is still displayed. You cannot add anything to the shopping basket and the message appears that it is sold out, but there always seem to be customers who are bothered by this.
I have already found out how to hide the ‘Add to basket’ button for sold out variants, see CSS below. But I can’t hide the field with the quantity for products that are sold out. Can you perhaps help me with this?
button.single_add_to_cart_button.button.disabled.wc-variation-is-unavailable {
display: none !important;
}Thank you very much.
Best regards,
AndreasThe page I need help with: [log in to see the link]
- The topic ‘Quantity & Add to basket for variants that are sold out’ is closed to new replies.