View Full Version : Display products on home + magento
sailesh
2009-05-12, 02:24 AM
I am able to display the records on the home page based on the category wise
but i want to display all the products from all the categories
when i put this script
{{block type="catalog/product_new" template="catalog/product/new.phtml"}}
it displays only 5 products
any help would be appreciated
We have a few Magento experts on the forum. Does anyone have any suggestions?
pipis
2009-06-24, 01:00 PM
I am able to display the records on the home page based on the category wise
but i want to display all the products from all the categories
when i put this script
{{block type="catalog/product_new" template="catalog/product/new.phtml"}}
it displays only 5 products
any help would be appreciated
{{block type="catalog/product_list" category_id="XX" template="catalog/product/list.phtml"}}
{{block type="catalog/product_list" category_id="XX" template="catalog/product/list.phtml"}}
{{block type="catalog/product_list" category_id="XX" template="catalog/product/list.phtml"}}
{{block type="catalog/product_list" category_id="XX" template="catalog/product/list.phtml"}}
{{block type="catalog/product_list" category_id="XX" template="catalog/product/list.phtml"}}
try this code.do you want to see more products? add it . with root category or sub category id
seraulu1
2010-03-02, 02:03 AM
That's good thanks for that!
sobharanimuktha
2011-03-04, 12:37 AM
I have used your code like below in template home page
{{block type="catalog/product_new" category_id="<?=$_main_category->getId()?>" name="home.catalog.product.new" alias="product_homepage" template="catalog/product/new.phtml"}}
But it was displaying as it is in browser.
Can you tell me what is the problem?
Regards,
Sobha Muktha