Page 1 of 1

Releationship Product - ProductOptionValue

Posted: Wed Apr 10, 2013 9:21 am
by ig0r
I think there should be a relationship in some way between product and producOptionValue.

lets say i have a product option with 10 t-shirt colors, but not all my t-shirts can be ordered in red then i need to create a different product option without the color red. this is a bit redundant and blows up the product option table .

i know that on the sku level i can remove that sku with the product option value red, but still i would like to limit the product option values on the product level.

Re: Releationship Product - ProductOptionValue

Posted: Wed Apr 10, 2013 9:58 am
by phillipuniverse
Agree with your suggestion and there is probably a 'version 2' of the product option domain. Some parts of it (like what you mentioned) could probably be improved.

However, as a workaround you could do exactly what you suggested and just remove Skus that have the 'red' product option value. Then you could override our ProductOptionsProcessor to instead show only the product options that have Skus mapped for that particular set of Product Option Values.