tags:

views:

45

answers:

1

Hello, i'm new at magento. I want to show a list of products in magento frontend with attributes such as color, size, quantity and add to cart option but the the front page show me the bellow message... There are no products matching the selection.

i used in homepage editor the bellow code:

{{block type="catalog/product_list" category_id="3" template="catalog/product/list.phtml"}}

thanks...

A: 

If you get this message it means that there are no products in category with id=3...

Remove the category_id part in your code and magento should show all products.

silvo