Many times when you want all the website or some part of your Magento store to only be visible to customers who are logged in on the website. May be you are developing the store for the wholesale user and there may only approved wholesale users should be able
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
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.
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.
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
Magento layered navigation is the great functionality and you can include any product attributes through the admin and the price range is the default layered functionality which is already included by the Magento. But it has own price range but in this post I am trying to describe how
A site map (or sitemap) is a list of pages of a web site accessible to crawlers or users. It can be either a document in any form used as a planning tool for Web design, or a Web page that lists the pages on a Web site, typically
Magento provides very good url rewrite method, some times we wants to remove the index.php from the url
Suppose your url is http://www.store.com/index.php/contacts and you wanted to remove index.php from this then here is the solution.