_itemRenders[$type])) { $type = 'default'; } if (is_null($this->_itemRenders[$type]['blockInstance'])) { $this->_itemRenders[$type]['blockInstance'] = $this->getLayout() ->createBlock($this->_itemRenders[$type]['block']) ->setTemplate('checkout/cart/cart-top.phtml') ->setRenderedBlock($this); } return $this->_itemRenders[$type]['blockInstance']; }*/ }