Feature request from SamTay, posted on GitHub Apr 13, 2016
- 
Product::isInStock is misleading. This does not check if product is in stock, but just checks if enabled. 
- Product::getQty does not look for qtykey in the correct place. Perhaps in some parts of the app,qtyis set on theProduct::_dataarray directly, but my screenshot shows that this is not the case in theproduct/price/amount/default.phtmltemplate. Because this is the implementation of the SaleableInterface, this is a problem for abstraction.