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