Display Login form on Home Page In Magento

Suppose you want to display the Magento Login form on the Home page of your website. Confused! how to do it because bydefault Magento picks static page as the home page. Do not worry here in this post I am trying to describe how we can do it. It

Load Product By SKU In Magento

Suppose you want to load products by using the SKU, it is very simple and you can get it by using the code below. There are many ways to do it, in this post I have given the code which works for me in most of the cases.

Adding / Including Short Description to the View Cart page In Magento

Suppose you have added a product into the cart and you want to see the details of the added products into the cart but by default in Magento Cart it includes only product thumbnail and the product name, as per the screenshot given below.

Remove The Sort By “Position” Options In Magento

In Magento By default there are 3 Sort by Options Position, Name and Price, if you want to remove the Sort by Position options from the dropdown here in this post I am trying to describe how we can remove the Sort by Position options in Magento. I