Here is a little problem i've been loosing hair with lately:
- In a product summary, i need to generate a list of related products to a specific product.
- So i have added a "related" product field. This field is a textfield.
- At this point i ca use this: fieldid="3" fieldval=$entry->id where 3 is designating the "ralted" field.
- Now, a product can be related to several others. So i was planning to use coma separated values in that field.
- That of course doesn't work...(well i didn't manage to get it working to be more precise)

I am under the impression that this feature could be easily added to the Product module (by exploding the list in php and then generating the correct sql query. maybe add a specific attribute to the module ex: fieldvalues). Calguy ?
OR
maybe one of you Geniuses have a solution my blind mind cannot see ?
Please help my hair grow back again
