Hello,
I need your advice in realisation one optionon my e-commerce site, which sells décor items. I’m planning to add interior paint as a product, but there are some challenges.
The brand of paint I want to include offers up to 7 different paint types (each with its own formula and label). So, I’ll have products like PaintProduct1, PaintProduct2, up to PaintProduct7. Each of these paint types also comes in different sheen levels, which I’ll set as an attribute for each PaintProduct.
The main problem is with the color selection. There are up to 2,500 different colors, and when a customer places an order, they first choose the PaintProduct, then the sheen level, and finally the color.
My question is: How can I manage and display 2,500 colors as an attribute? Or would it be easier to treat the color as the product, and have the paint type and sheen level as attributes?