Hi there,

Lets say I have CCK content type called product. It references another content type called deal so there are many products per deal. Every time you add a product you select the deal from a list. Then there is a node type called Size Chart. When you add a deal, you select a size chart.

There will be 1 size chart per deal and 1 deal per product. Hence there will be 1 size chart per product.

All of the above is pretty simple with content types and node references.

But now what if I want to display the size chart on every product? I can't really see a way of doing this with display fields...

Even better, would be that when you are on the product page and you click the size chart, it comes up as a popup window rather than a click-through.

Any ideas?

Thanks!!