First of all welcome to Umbraco!!!....well its very easy to add an image gallery to a product. What you could do is add Property Field Media Picker in your document type which will allow you to pick the corresponding Folder from the Media Section.
Then it will be up to you to decide either use Xslt or Razor to display all the images from the media folder.
I would recommend you to take a look at the great DAMP datatype, which let you pick multiple images, which not necessarily are in the same media section folder. Then you can use either xslt or razor to get the xml and list the images..
How can I add multiple images to a product?
Hi i was experimenting ur starter kit and its a great prodcut!!!
Now i wondering can i add more images to a prodcut which I can apply a fancy image gallery to?
Cheers
sebastian
Hi Sebastian,
First of all welcome to Umbraco!!!....well its very easy to add an image gallery to a product. What you could do is add Property Field Media Picker in your document type which will allow you to pick the corresponding Folder from the Media Section.
Then it will be up to you to decide either use Xslt or Razor to display all the images from the media folder.
Hope it makes sense.
//fuji
Hi Sebastian
I would recommend you to take a look at the great DAMP datatype, which let you pick multiple images, which not necessarily are in the same media section folder. Then you can use either xslt or razor to get the xml and list the images..
/Bjarne
is working on a reply...