This topic has 4 replies, 2 voices, and was last updated 3 years, 9 months ago ago by Rose Tyler
Hi, i have problem with display product with variations
I have some products, where i’ve setted quantity inside of product and main waregouse quantity is 0. When i open category page i see that this product is out of stock (but there is quantity > 0 inside of variation).
If i want to ommit “out of stock” i need to add at least 1 quantity to main product warehouse.
What can i do with it?
Sending priv 🙂
Hello,
Theme Options > WooCommerce > Shop elements > Sale & Out of Stock > Enable “Out Of Stock” Label > Off, or add the next code in Theme options > Theme custom CSS > Global custom CSS:
.product-type-variable .out-of-stock {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up