Stock Label is visible – even tough it's disabled in woocommerce settings
-
i disabled the stock information on the frontend in woocommerce settings, still the product pages show “in stock”.
maybe a bug?
Hello,
You have not disabled the Stock Management https://prnt.sc/sq93so
Disable it in Woocommerce > Settings > Product > Inventory.
Best Regards
but when i disable stock management completely i will not get any “low Stock” warnings per email.
shouldn’t the last option “stock display format” control if anyone sees stock information in the front end?
Attachments:
You must be
logged in to view attached files.
Hello,
Yes, that is right. When you enable the Stock Management it does not have partial configuration. Please provide the page where you want to hide the notice I will provide the custom CSS
Best Regards
We are trying to remove them from the product pages:
Here is one exmaple of a product:
https://flexilaces.com/shop/gelb/
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .single-product-content .summary-inner .in-stock {
display:none;
}
Best Regards