• I get this error:

    This product is currently out of stock and unavailable.

    in some of my files..

    This is product where that issue is showed..

    This issue makes my products unavailable to purchase.. I searched and found this code:

    // Increase WooCommerce Variation Limit
    function custom_wc_ajax_variation_threshold( $qty, $product ) {
    return 100;
    }
    
    add_filter( 'woocommerce_ajax_variation_threshold', 
    'custom_wc_ajax_variation_threshold', 100, 2 );

    that saying to me to insert into functions.php file in theme, but i dont see any changes from it.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Same proble for me out of stock and variation issue ! Products stay out of stock and variation don’t save when i update a product !

    I got the same problem with 3.0 version.

    I get exactly the same issue:
    This product is currently out of stock and unavailable.
    on al my variable products. I have searched high and low, but can not find anything to help. Also tried the Increase WooCommerce Variation Limit in functions.php but nothing seems to be working.

    Please can anyone help us?
    Can we get our variables back or do we have to redo everything?

    i have the same problem.
    if all Variation set in-stock message gone.
    but if one of the Variation get “out-stock” that message showed.

    @deanmkd , @rochellever , @kezily

    no way to fix this problem?

    Same here
    “This product is currently unavailable.”
    Products with variations entered before the woocomm 3 update still work
    Products with variations entered after the update, display the message

    Nothing found as to a resolution yet.
    Searched WooCommerce, WordPress, the author of the theme i’m using.
    Nothing found.

    Update:
    Found issue with data entry of new products – Price was not set.
    Once the price was set – message went away.

    • This reply was modified 7 years, 9 months ago by wp-my.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘This product is currently out of stock and unavailable issue’ is closed to new replies.