Viewing 10 replies - 1 through 10 (of 10 total)
  • Your page is not showing me the stock amount, just that the item is “In stock”. To hide this, you can put this in your custom css:

    .stock {display:none}

    Thread Starter demon11c

    (@demon11c)

    You dont see a “1” with an up and down arrow next to it? To the left of the “Add to cart” button? That’s what I see….

    Thread Starter demon11c

    (@demon11c)

    .

    Ah terminology! Yes I see that, but I don’t call that the stock amount display. Stock amount display to me is “We have 5 in stock” or similar. The black ring shows the quantity selector. You should be able to hide that with Admin page > Products > this-product > Product Data section > Inventory tab > Sold individually = checked.

    Thread Starter demon11c

    (@demon11c)

    Wait, I have to do it per product? I have 140 in stock at the moment…

    Yes its a per product setting. If you don’t sell any products in quantities of more than 1, you can hide it with:

    .cart .quantity {display:none}

    in your custom css.

    Thread Starter demon11c

    (@demon11c)

    Thanks. I guess this is something new in the latest release. I dont remember having to do this before.

    Thread Starter demon11c

    (@demon11c)

    But just to emphasize… thanks 🙂

    Plugin Contributor Mike Jolley

    (@mikejolley)

    Where were you seeing this? When I enable that setting it just says “In Stock” for me – no qty.

    It was just a little box with a 1 in it, below “In stock” and just to the left of the add-to-cart button. No +/- buttons. Its still there in the markup but hidden with the css snippet.

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘"Never show stock amount" not working’ is closed to new replies.