What is the difference between isSaleable() and isAvailable()?
I’m working on the display of the stock availability on the (individual) product page of my Magento theme, and there’s something I don’t completely understand about this. I see two methods being used in the templates to check whether a product is available for sale: Mage_Catalog_Model_Product::isAvailable() Mage_Catalog_Model_Product::isSaleable() My own findings: I see that isSalable() (which … Read more