1
Create and Download XLS Report file using Magento's Core
Reporting can be a very important part of the Module you might be developing for Mageneto. If you are showing your data in Grid that’s good, but it will be better if you add XLS file generation action on that grid, so that the site administrator...
Debugging Magento Using Eclipse PDT & Zend Debugger
Latest Post on Debugging Magento: Debugging Magento Using Eclipse on Ubuntu
I had always thought of using Eclipse to debug Magento’s complex code flow, and tried number of times before. But without any success I had to abandon it, and...
Creating Custom Sourced Multiselect Product Attribute
Creating Multiselect type of product attribute whose source will be the Magento’s core tables is pretty simple. Just go to Manage Attributes and create a new one. But if you want the attribute’s source table be a custom table, then...
Image Resize In Magento & cache the resized image
Handling Products image in Magento is quite easy to do. Magento has deviced as very good class and function to create product’s image by defining widht and height and in addition it caches that image created if you want to get the same...