I need to add unique attributes per product, because I need the attribute name to include the product ID for that version of the product. Eg: If I have black and white versions of product XX they have different product IDs, so I need to add XX-Black and XX-White as attributes, and they'll only ever be used for product XX.
What is the easiest way to do this? The standard attribute handler makes this hard work. I've looked at other attribute modules (but not installed them) but they don't seem to address this problem.
Any suggestions?



