• We do not want to show the “In stock” language on the product pages. We have checked ‘Enable Stock Management’ and for ‘Stock Display Format’ we selected ‘Never show stock amount’, but it still is showing. Any other suggestions? We are using ‘variables’ for all of our products, so I question whether this might be involved in the issue? Any help would be appreciated.

    http://wordpress.org/extend/plugins/woocommerce/

Viewing 1 replies (of 1 total)
  • Not sure if you resolved this yet, but here is a quick fix!

    Add this CSS to your theme’s stylesheet:

    .woocommerce div.product p.stock, .woocommerce #content div.product p.stock, .woocommerce-page div.product p.stock, .woocommerce-page #content div.product p.stock {
    font-size: 0em !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Controlling 'In Stock' status from showing on product pages’ is closed to new replies.