Home Forums WoodMart support forum In Stock

In Stock

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

    E-N Admin
    Participant

    Hi,

    How do I remove this ‘In stock’ from appearing? I want inventory to be recorded in woocommerce but I don’t want this in product page.
    https://prntscr.com/1x7gcw0

    #327258

    Hello,

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

    /*product*/
    body .product-images .labels-rounded .out-of-stock {
    display:none;
    }
    /*grid*/
    body .labels-rounded .out-of-stock {
    display:none;
    }

    Best Regards

    #327305

    E-N Admin
    Participant

    Hi,

    I have tried this code and it doesn’t work.

    Thanks

    #327411

    Hello,

    Please remove this code and disable “Manage stock” in the Inventory tag as shown: https://gyazo.com/29d9fd23829a622a2609e4e9e8b5024d

    If you have any questions please feel free to contact us.

    Best Regards

    #327424

    E-N Admin
    Participant

    If I disable the ‘manage stock’ how will Inventory be tracked in woocommerce. I need woocommerce to Track inventory. There should be a way for this ‘in stock’ not be shown on front end

    #327533

    Hello,

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

    body p.stock {
    display:none;
    }

    Best Regards

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