by treewalkerlabs | May 29, 2017 | Magento, Magento Portfolio
In this blog we are trying to override the product grid in magento admin to display the category name. To achieve that we have override the Mage_Adminhtml_Block_Catalog_Product_Grid class. We have created a module by name TW_Salesproduct. You can give name whatever...
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 | May 19, 2017 | Beacons
Beacon is a device which transmits the data using Bluetooth Low Energy (BLE) technology. Any device which is Bluetooth enabled captures the data transmitted by the beacon with a certain proximity radius. It consumes less battery and detects the location of the device...
by treewalkerlabs | May 19, 2017 | PHP
Few days back I was looking for merging the multiple excel file, located at some specific path, in single excel file. To achieve that I used the library “PHPExcel”. If you can download the git by clicking the below link Download PHPExcel To start with , you can...
by treewalkerlabs | May 13, 2017 | Magento
In one of the project I was supposed to use the custom tax instead of magento tax and it was used for the display purpose. In our case Tax percent was associated with each product through custom attribute field .. To achieve this I have analyzed magento default tax...
Recent Comments