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}
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….
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.
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.
Thanks. I guess this is something new in the latest release. I dont remember having to do this before.
But just to emphasize… thanks 🙂
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.