Display Products on Magento Home Page - Video Guide
Add to Favourites
|
Ever wanted to know how to put the products from your Magento store on the home page of your website? Well it is fairly simple - and we have a video tutorial below which will show you exactly how it is done! Simply click “Play” to begin…
There’s more Magento Videos on Blastedthing…
about the author
This article was written by Sam Davis on December 14, 2008.
Computing over a glass of Grenache Shiraz... again! Sam is the Editor of Blasted Thing. Contact Us |
related articles
comments
6 Responses to “Display Products on Magento Home Page - Video Guide”
Leave a Reply































































Interesting!
Can you write here the code of the Homepage?
Thanks
Hi there,
Nice video,
i went through the process but my Site Home page was just displaying the home page code as text, no catalog displayed ;-(
have i missed some setting?
thanks and Happy New Year
Amit
Great information!
But, could you write the code for the Homepage? It’s not readable on the video.
I am in the process of switching from osCommerce to Magento, and I watched your video. Great stuff, I just couldn’t see the code you placed on the home page. I have this code on it now and it still doesn’t work
Soundoc Store
{{block type=”catalog/product_list” category_id=”3″ template=”catalog/product/list_homepage.phtml”}}
Help!!
I’found only the solution i post the code:
{{block type=”catalog/product_list” category_id=”10″ template=”catalog/product/list.phtml” }}
but how to control the number of products display in row and column? Say I want to have 8 new products to display at the main page, with 4 products in a row in 2 columns, is that possible?