Today I will show you how to display all the products of a Magento store on its HomePage. This can be used also to display all the products on a particular page or maybe a custom Page.
Step 1: Login into your Magento Admin Dashboard;
Step 2: Go to: CMS -> Pages -> And choose Home Page;
Step 3: Now you must see the some edit options which will be applied for the HomePage.
Step 4: Go to: Contet Tab from left;
Step 5: Add following snippet in the WYSIWYG (As know as “What You See Is What You Get”);
{{block type="catalog/product_list" name="home.catalog.product.list" alias="products_homepage" template="catalog/product/list.phtml"}}
Final: Now you must be able to see all the products on your homepage.
QUESTIONS:
Q1: Why my products are not showing on the homepage?
A1: You must Go to System -> Index Management and reindex all the indexes;
Q2: Still not able to see the products. What should I do?
A2: You must Go to System -> Cache Management and clear the chache;
Q3: Still not able to see the products. What should I do?
A3: When you create a product, on the assign categories tab, you must tick (choose) the root category. Then will work.
Q4: All I can see on the homepage is this message: “There are no products matching the selection”
A4: When you create a product, on the assign categories tab, you must tick (choose) the root category. Then will work.
I’ve tried a lot of options but it isn’t working. The product is shown in the category page but on homepage not.
What version of Magento are you using?
Do you run a premium theme? or a default one?
What have you tried so far?
Regards,
– Stan!
Thanks for this clear explanation.
You must follow all the steps. It will work 100%.
Thankx it work great after lots of Search in google. 🙂 FAQ solved my Problem.
Glad you solved the problem.