Home New Guten Forums WoodMart support forum How can the stock status be kept available without the number of products?

How can the stock status be kept available without the number of products?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #522338

    al2min
    Participant

    null

    Attachments:
    You must be logged in to view attached files.
    #522521

    Luke Nielsen
    Keymaster

    Hello,

    Please navigate to WooCommerce -> Settings -> Products -> Inventory and disable the “Stock display format” area: https://take.ms/D3MQ1

    Clear the cache and recheck the issue.

    Kind Regards

    #522677

    al2min
    Participant

    It worked, thank you.

    #522680

    al2min
    Participant

    Can you help me cancel this number as well?

    null
    https://prnt.sc/NovSV0TT6NUk

    #522824

    Luke Nielsen
    Keymaster

    Hello,

    Yep, paste the below code in the “Global Custom CSS” area in Theme Settings -> Custom CSS.

    .single-product .quantity {
        display: none;
    }

    Kind Regards

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