In Magento admin panel whenever we create our custom module with admin grid, it inherits the grid layouts from the core module classes. However we can customize the look and feel according to our needs, say For eg: We may need to Show only reports based on some information from backend. In this case we … Continue Reading
Monthly Archives
October 2012
Currency Conversion library in CodeIgniter
To understand this tutorial user must be aware of MVC (Model-View-Controller) concepts & workflows. Converting currency is pretty simple with CodeIgniter in this page we are going to see the following, How to write currency converter library How to call the library in the controller How to interact with Database and Views Important Update After … Continue Reading

How to change admin logo and copyright text in Magento
Magento Provides configuration options to change the frontend logo. However to customize the admin panel login form and logo core files needs to be edited. To overcome this limitation we can override the adminhtml files in a custom module. The custom module is named as Mydons_Customadminlogo Step 1: Upload the custom logo in media directory. … Continue Reading