Home Forums Basel support forum Stock Label is visible – even tough it's disabled in woocommerce settings

Stock Label is visible – even tough it's disabled in woocommerce settings

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #199022

    reventor
    Participant

    i disabled the stock information on the frontend in woocommerce settings, still the product pages show “in stock”.
    maybe a bug?

    #199034

    Hello,

    You have not disabled the Stock Management https://prnt.sc/sq93so

    Disable it in Woocommerce > Settings > Product > Inventory.

    Best Regards

    #199104

    reventor
    Participant

    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.
    #199174

    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

    #199186

    reventor
    Participant

    We are trying to remove them from the product pages:
    Here is one exmaple of a product:
    https://flexilaces.com/shop/gelb/

    #199229

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .single-product-content .summary-inner .in-stock {
     display:none;
    }

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)