This product is currently out of stock and unavailable issue
-
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)
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.