Hi,

I couldn't find the answer anywhere, so I'm posting it in a new thread:

Is it possible to convert (a list of) Products into (a list of) Option Values?

At the moment I'm developing a Gem store, which has a display of all the gems they sell as products in one category and I would like customers to be able to select from this list of Gems when they customize their jewelry which is another product in another category. Easiest way seems to have an option name like 'gems' in this custom product, with a dropdown list of all the Gems available.

Thanks in advance!