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?
Site URL: hidden Theme version: 7.2.2 WooCommerce version: 4.8Sending 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
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.