how to show all the products on home page of magento by defalult -


I am working on Magnoy, in which I have made some products in category, I have shown this code Added on the homepage

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

But it shows the category in the home page that contains the products and I want to show all my products by default on the home page. Please help me

Try it out

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

Paste this code into the home page in the cm / page of the admin panel, without the content of the WYSIWYG editor.

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -