Beispiel #1
0
 protected function _beforeToHtml()
 {
     parent::_beforeToHtml();
     if (!Mage::registry('url_store')) {
         $this->_unregUrlStore = true;
         Mage::register('url_store', Mage::app()->getStore());
     }
     $this->_oldStoreId = Mage::app()->getStore()->getId();
     Mage::helper('udropship/catalog')->setDesignStore(0, 'adminhtml');
     Mage::app()->setCurrentStore(Mage_Core_Model_App::ADMIN_STORE_ID);
     return $this;
 }