This is not a question about a specific framework. I am using plain php with jquery. I am trying relate multiple products to multiple sets of options. That is each product can have multiple non-exclusive sets of options related to them. What would be the best way to represent this on screen? I suppose it could be a multiselect box. That could make it simple, but I would like to have another value named order to order the option sets on screen.
Any input, or a website with different UI techniques would be awesome! Thanks!