Archive for March, 2016
Magento Adminhtml – Setting a Custom massAction Index to Your Grid
If you ever run into a situation where you need to set a massAction column to use a value other than the grid’s index value, all it takes is two lines In your _prepareMassAction() function. // setting the mass action value to our specified column value $this->setMassactionIdFieldOnlyIndexValue(true); $this->setMassactionIdField(’product_id’); // column index The complete function in […]
Recent Comments