Exemplo n.º 1
0
 protected function _afterToHtml($html)
 {
     Mage::helper('udropship/catalog')->setDesignStore();
     if ($this->_unregUrlStore) {
         $this->_unregUrlStore = false;
         Mage::unregister('url_store');
     }
     Mage::app()->setCurrentStore($this->_oldStoreId);
     return parent::_afterToHtml($html);
 }