重写“seller / adminhtml_product_edit_tabs_Edit_grid”时发生错误:“原始类”Mage_Seller_Block_Adminhtml_Product_Edit_Tabs_Edit_Grid“不存在”(重写者:“eval”)
答案 0 :(得分:0)
如果您在Magento中使用第三方网格自定义扩展程序(如BL_CustomGrid),则应删除存储您修改的网格ID的表customgrid_grid
中的条目。请尝试如下的datascript代码:
$installer = $this;
$installer->startSetup();
$conn = $installer->getConnection();
$conn->query("DELETE FROM `customgrid_grid` WHERE `module_name` like 'your_module_name'");
$installer->endSetup();
由于
答案 1 :(得分:0)
在-系统->自定义网格->列表->管理自定义网格下删除此条目
seller/adminhtml_product_edit_tabs_Edit_grid