by treewalkerlabs | May 27, 2017 | Magento
Recently we were asked by the client to display the products name and payment method in order grid in magento. To achieve that we have override the Mage_Adminhtml_Block_Widget_Grid class. We have created a module by name TW_Salesproduct. You can give name whatever you...by treewalkerlabs | Apr 19, 2017 | Magento, Magento 2
Now Magento 2 has been launched , which has been completely revamped from what we had in Magento 1.x. Here we have displayed step by step process to create new Magento 2 module. TW is the namespace and Hello is the module name Step1: we need create a module.xml file...