Woo products “out of stock” variations but there is stock?
- This topic is empty.
-
AuthorPosts
-
Anna
GuestI saw this problem recently.
Turns out this bug is around for years, and WooCommerce refused to address it.
https://github.com/woocommerce/woocommerce/issues/16620
Any advice besides turning off stock management? Some blogs say to ensure stock management is “product level” in the Woo settings but I Don’t even see that setting maybe its not supported anymore
Amber
Guestadd_filter( 'woocommerce_ajax_variation_threshold', 'wc_ninja_ajax_threshold' ); function wc_ninja_ajax_threshold() { return 100; }
This also never helped
Kimberly
Guestthe never ending bugs and bloat with WooCommerce…. whyyyy
Janet
GuestThe transients system can also cause conflicts.
Diane
GuestJonathan
GuestMy client tried the #1 solution in the Avada blog post, disabling the stock management checkbox at the variation level. Suddenly after that many of his products changed to be Simple Products, totally black magic he never did it.
The transients system can also cause conflicts.
Yup… guess what the solution was?
DISABLE OBJECT CACHE and all the variations came back again 🙂
Maybe also related to stock problems too?
Deborah
GuestGreat stuff!
Steven
Guestwell well… object cache strikes again
Billy
GuestHow to Fix WooCommerce This Product Is Currently Out of Stock and Unavailable?
Another option?
One of the most common causes of this error is that your WooCommerce products are not properly synced with your inventory. To fix this, you will need to go to WooCommerce > Settings > Products and make sure that the “Inventory Synchronization” setting is turned on. Once you have done this, your products should be properly synced with your inventory.
-
AuthorPosts