Skip to content

Product not consistent isSaleable isAvailable values

I’m using Magento 2.

When i debug the saleable and available values in product templates, the values do not match.

In templates/product/list.phtml $_product->isSaleable() and $_product->isAvailable() both return true.

In templates/product/view/type/default.phtml however, both are false!

What is going on?
Why is this different on both pages?