This topic has 6 replies, 2 voices, and was last updated 9 years, 2 months ago ago by Eva Kemp
Hello,
i have a probleme with my product.
client can’t add on shop card
it’s wrinting : This product is currently out of stock and unavailable.
i try to add product in stock, and some option of stock but always same bug
did you have any solution ?
Thanks
Hello,
Please give us full permissions to be able to view all settings in wp-admin panel and provide us with FTP credentials as well.
Thank you.
Regards,
Eva Kemp.
yes sorry
Hello,
I’ve added this code in child functions.php:
function custom_wc_ajax_variation_threshold( $qty, $product ) {
return 100;
}
add_filter( 'woocommerce_ajax_variation_threshold', 'custom_wc_ajax_variation_threshold', 100, 2 );
You can read about it here:
https://woocommerce.wordpress.com/2015/07/13/improving-the-variations-interface-in-2-4/
Now clear browser cache and check products.
Regards,
Eva Kemp.
Thank a lot for my e-commerce !!!
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Update of woocomerce : This product is currently out of stock and unavailable.’' has been successfully resolved, and the topic is now closed for further responses