Default Stock Display

Sorry if this has already been covered, spent ages looking for it.....If a product is in stock with say, 10....on the product listing it shows stock:10

if there is 0, it disappears. is there a way to show stock even if it is zero?

thanks

Its ok, just seen the problem...it was some custom coding with an IF ELSE condition of HIDDEN if the stock levels were 0, thanks any way

I think you looking for

Admin - Settings - General - Allow negative amount in inventory

I think you looking for

Admin - Settings - General - Allow negative amount in inventory

I am afraid this is not a solution of the problem.

Its ok, just seen the problem...it was some custom coding with an IF ELSE condition of HIDDEN if the stock levels were 0, thanks any way

Could you please share your changes? Hope they will be helpful for others

Hello there,

There is also an option inside: Setings -> General -> Catalog -> "Show out of stock products" you can check this checkbox, and you could see your items that have 0 stock, without "add to cart" functionality though!

Hello there,

There is also an option inside: Setings -> General -> Catalog -> "Show out of stock products" you can check this checkbox, and you could see your items that have 0 stock, without "add to cart" functionality though!

I am afraid, products with 0 stock will not be displayed in the store-front at all (just tested on demo)

In 4.3.4 if you select the "Show out of stock products" check box, products with 0 stock will be displayed as 'Out of stock'. Did I missed anything?

In 4.3.4 if you select the "Show out of stock products" check box, products with 0 stock will be displayed as 'Out of stock'. Did I missed anything?

You are right! I thought dataspotgr advised to disable the setting. My bad

If you disable this setting, products will not be displayed at all, that is right.

So, happyhare did you solve the issue?

I think it is good to show out of stock products, possible it encourages others website is live, something is going on here, somebody else has trusted to make purchase here. However having to many out of stock and paginating to last page can be irritating. It would be perfect if by default display out of stock would be disabled but with timing where after some time it goes down :)

Sure such feature would not be useful who restocks products, but for me with one of kind products that are never re stocked would be perfect.

In 4.3.4 if you select the "Show out of stock products" check box, products with 0 stock will be displayed as 'Out of stock'. Did I missed anything?

Hi sorry for late reply! Was in hospital!!!!!

Ok, I had some cusstom coding done for stock levels locally and from a third party via WSDL. There was a HIDDEN VALUE against the local stock level IF 0 which I removed. Thiswasnt an out of the box coding issue so not sure if this will help others but I have pasted the code anyway. Thanks

In-Store Stock (Same Day Dispatch by 2pm):
{$product.amount}
thanks for your help though!