Exemplo n.º 1
0
 protected function _getDefaultStore()
 {
     if (empty($this->_store)) {
         $this->_store = new Mage_Core_Model_Store();
         $this->_store->setStoreId(1)->setCode('default');
     }
     return $this->_store;
 }