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
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.
Sometimes you want to display the products of the specific categories on the home page with the Magento pagination.
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:
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
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:
In this blog post I am trying to describe the custom Magento query like the Select,Insert,Update,and Delete query 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: