• Resolved squeechums

    (@squeechums)


    Using this as more of an info display for a product.
    I turned on stock control, and set the available stock to zero.
    On the product page there is a readout that says “Out of stock” – How do I remove this? I just want it to show the product with no buy button.

    Thanks
    PJ

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

Viewing 1 replies (of 1 total)
  • Plugin Contributor Alexander C.

    (@alexanderfoxc)

    You can use following CSS (add it to your theme’s CSS file):

    .asp_out_of_stock {
    display: none !important;
    }

    If you want to remove it for this specific product, use following CSS:

    .post-entry-4699 .asp_out_of_stock {
    display: none !important;
    }

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