Answer the question
In order to leave comments, you need to log in
How to override button in Magento grid?
Ust Grid
in the admin panel, which looks like this:
How can I remove the button "Create New Item"
?? Or appoint another for her action
?
Grid container constructor:
protected function _construct()
{
$helper = Mage::helper('brain_custommenu');
$this->_blockGroup = 'brain_custommenu';
$this->_controller = 'adminhtml_categorylist';
$this->_headerText = $helper->__('Category List');
$this->_addButtonLabel = $helper->__('Create New Item');
parent::_construct();
}
action
?Answer the question
In order to leave comments, you need to log in
По ссылке конкретный модуль. Нужно переопределить блок который вам нужно и написать код который вы нашли по ссылке
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question