Forums / Developer / Content fetching and displaying

Content fetching and displaying

Author Message

Aleksander Medevedev

Friday 09 December 2005 1:50:52 am

Hi!

I have a folder Products and there are Products objects. Each product has pdf description, references, pictures, galleries and so on. Sa all that about products lies inside Product object. Hi has sub items such pdf description, references, pictures, galleries.

I have following visual structure:

in content view there are links to products
prod1 prod2 prod3
Left meny:
pdf description
references,
pictures galleries

If user click to prod3 so shows prod3 detailed info.

Question: how to show for prod2 pictures galleries or for example pdf description ?

If user click pictures galleries link how can I get data picture galleries override template that prod2 was chosen.
Should I send some parameter or I can just write some fetch condition?