AndRaGhu
AndRaGhu

Reputation: 161

Products are not displayed in magento homepage?

I added some products in the magento admin panel, but i don't know how to display that to my homepage..

Upvotes: 0

Views: 1268

Answers (1)

himansu
himansu

Reputation: 1917

Use below code in home page

{{block type="catalog/product_view" product_id="166" template="catalog/product/view.phtml"}}

OR

Create new singleproduct.phtml file in your template directory visit

http://www.magentocommerce.com/boards/viewthread/19173/

for more detail

Upvotes: 1

Related Questions