In each product I have a property called Manufacturer which stores the name of the given products manufacturer.
On my startpage I display an image from each of the manufacturers. The idea here is to be able to link each image to a page where I display all the products from the selected manufacturer.
Display products by manufacturer
I have a Content Structure like following:
Products
Product Category 1
Product 1
Product 2 etc..
In each product I have a property called Manufacturer which stores the name of the given products manufacturer.
On my startpage I display an image from each of the manufacturers. The idea here is to be able to link each image to a page where I display all the products from the selected manufacturer.
How do I do this in the simpliest possible way?
Hi Frederik
If you by "startpage" mean "Products", then I think you should consider this.
1) Place the category/product-image on each product-node instead
2) Iterate through your products with an XSLT macro, placed on your "products" page.
Does it make sense to you?
/Jan
is working on a reply...