1
votes

i am having problems displaying all products on my magento homepage. I have added this code to my CMS - pages - design:

{{block type="catalog/product_list" name="home.catalog.product.list" alias="products_homepage" template="catalog/product/list.phtml"}}

but had no luck. I have tried re-indexing my products and i have flushed the cache. Been at this for hours now looking for answers.

1

1 Answers

0
votes

Add Your root category id to block, so it will looks like: {{block type="catalog/product_list" category="2" name="home.catalog.product.list" alias="products_homepage" template="catalog/product/list.phtml"}} and than change this category attribute "Is Anchor" to Yes.