protected function _getDefaultStoreId() { if (empty($this->_defaultStoreId)) { $this->_defaultStoreId = \Mage::app()->getWebsite(true)->getDefaultGroup()->getDefaultStoreId(); } return $this->_defaultStoreId; }