protected function _construct()
 {
     parent::_construct();
     if (Mage::helper('core')->isModuleEnabled('SM_Easyproduct') && Mage::helper('smvendors')->getVendorLogin()) {
         $this->_editUrl = 'easyproduct/adminhtml_product/edit';
     }
 }
Beispiel #2
0
 protected function _construct()
 {
     parent::_construct();
     $this->setRowClickCallback('review.gridRowClick');
     $this->setUseAjax(true);
 }