How to add massactions to Magento’s grid

This article describes how does Magento’s mass actions work and how to add them in your existing grids. You need to do 2 things: – extend the block (grid) class with “protected function _prepareMassaction()” – add an action into your controller, which will handle your desired logic. In my example I have added mass action … Continue reading How to add massactions to Magento’s grid