Category: Magento 1.X

6

Easiest way to Re Run Magento Module setup

As a developer we guys needs to create custom modules as per our project requirement.To do this we can use ModuleCreator extenstion of magento. Let we have already created and installed a custom module...

3

Overriding Core Controller in magento

In my last blog i have just demonstrated simplest way to override core controller . But the best way of overriding core controller (like Account controller) is by creating a custom module that will...