Transfer Magento Site From One Host To Another

Suppose you have developed a website in Magento on the testing environment and it is completed now, you want to live this website on the live server. Suppose your testing environment url is http://www.yoursite.com/dev/ and using the diffrent server as well(database) now you want to change this url to

Change Admin URL of the Existing Magento Store

Suppose you have an existing Magento website and the url of the administrator side is http://www.yoursite.com/admin. On the time of Magento Installation most of us just put the url of the admin side is http://www.yoursite.com/admin, which is not secure and hackers can find the admin area url very easily.

Display Products With Pagination on Home Page In Magento

Sometimes you want to display the products of the specific categories on the home page with the Magento pagination.

Check current page is homepage or not In Magento

Sometimes we want to check that current page is homepage or not through the code in Magento. In this post I am trying to solve such kind of the problem, It is very simple and you can get this from the code below:

Excute Custom Query In Magento

Magento provides very good feature for the data manipulations with the Database tables. Magento array give all the data by default but when you are working with the custom Magento development then we need to get or insert some data into the database. In this post I just wants

Get all the customer details by email id In Magento

Suppose we have the customer email id and we want to display all the customer details in Magento, its very easy and you can find all the customer information by using the code below:

Select,Insert,Update,and Delete data (CRUD) In Magento

In this blog post I am trying to describe the custom Magento query like the Select,Insert,Update,and Delete query in Magento

Add Brand or Manufacturer Logo To Product Description Page In Magento

By default Magento does not provides the functionality to upload the Brands/Manufacturer Logo. If you want to display the Brands/Manufacturer logo on the Product description page then it is very simple just follow the steps given below: