This is an embarrassing question as i think it’s probably easy but i just can’t figure it out. I’ve created categories and products but how do I get them to display on the homepage?
I read the designers guide (a lot of it went over my head and I’m very familiar with coding etc) so maybe I missed something.
Correct me if I’m wrong, but my clients will have to learn code to put products on the homepage? if that is the case, there is no way i will be able to use Magento for most of them. They can barely use a mouse.
Do you know, is there not going to be any “promote to front page” type option?
Sorry I don’t know much about Magento’s future development and it is very early days too.
You can manually insert images and links to particular products into the homepage using the CMS section.
But I fear if your audience is struggling with mice, they will also struggle with that.
At the moment there is no WYSIWYG editor for any of the sections either.
Although there is word of these coming in future versions.
Magento, at this stage, looks geared towards web-designers and system administrators.
It does not appear to have the functionality for average-joes to fully administer their own stores easily.
Like I said.. early days though.. you never know what is coming.
I would expect some sort of product listing on the home page as well, however if adding code is needed, I am not able to find documentation about this…
wickedbob where did you find “{{block type="catalog/product_list" category_id="CATEGORY NUMBER HERE"}}"
Is there any manual or wiki with this information?
I have tried post 2 but all I get is “There are no products matching the selection.” why is this I have used {{block type="catalog/product_list" category_id="136"}}
Try adding the following code in your homepage under the CMS section:
{{block type="catalog/product_list" category_id="CATEGORY NUMBER HERE"}}
You can find the category number by going to the Catalog section and clicking on URL Rewrite Management.
Nice trick ! And just a little question, there is any way, with a command like that to just put the “promo” (article with a Special Price) on a page !?
Try adding the following code in your homepage under the CMS section:
{{block type="catalog/product_list" category_id="CATEGORY NUMBER HERE"}}
You can find the category number by going to the Catalog section and clicking on URL Rewrite Management.
I found my problem
That URL Rewrite ID code wasn’t the right one to use. It told me 1.
Go to the Catalog Category management tab
If you hover over the category you want to show it says the category number
(its after edit in the status bar of your browser).