• I am wondering what to put in functions.php so that only the Out of Stock shows. That’s really all I need. I don’t want “in stock” showing on the Shop catalog page. I want my customer to assume everything is in stock, as it is, unless it shows “out of stock.”

    I also only need this plugin to make the “out of stock” show on the Shop catalog page. It already shows on the product page when someone tries to pick a selection or add to cart.

    Thanks in advance. Would be great if in the plugin, one could easily turn off whatever one doesn’t want. I don’t see that option.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author softound

    (@softound)

    Hello,

    thanks for using our plugin, we will implement the option in future version of the plugin.

    for now, you can use the following CSS in your style.css to hide the other stock status and show only out of stock status.

    .in-stock{
    display: none;
    }

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Show Only Out of Stock’ is closed to new replies.