dbModel read resource does not implement Zend_Db_Adapter_Abstract admin January 10, 2017 Magento 280 Comments It is very simple just clear the cache /var/cache/folder Related Posts How to add review form in product details page custom tab in Magento zendnwar February 12, 2015 Please add below code in your local.xml . This file system for Magento EE. <catalog_produc .. Product status check in Magento zendnwar February 10, 2015 $stock _status = $_product->getStockItem(); if ($stock_status->getIsInStock()) { echo & ..