Hi,
I posted on this issue before, but I have an example that hopefully will
make understanding me easier :) The store that I am building requires
that
each product have it's own variant properties. I'm building more of a
mall
than a single store, so imagine I have a catalog for Stores A and B, each
having their own catalog. If both of them have a "****rt" product, I need
Store A to be able to say that they want ****rt to have a color variant
with
the members "Black, Red and White". Store B could also have a ****rt, and
may
add a variant of type Color as well, but they will want colors Blue, Green
and Brown.
Our system allows the catalog creator to add and remove variant properties
(like color) and their respective members (colors) at runtime, and since
what
I see right now is that CS2007 variant properties are GLOBAL, meaning if
multiple catalogs' products use a variant property of the same name
(color)
then only one instance of COLOR variant property can exist and therefore,
I
can't limit the colors that store A sees versus store B.
Is there a way to do make it so that I can have a distinct COLOR variant
property for each Catalog, or maybe even more granular, for each product
type? Or is this not sup****ted in Commerce Server?
Thanks,
Dave


|