I have a lot of products to display and the suppliers codes are like this -
l0001
l0001
l0001
l0001
The above code represent a certain line of products, say for example, Socks.
There is also another line of codes (for the exact same socks) for sizes and colours like this -
l0001BLK (black)
l0001RD (red)
l0001SML (small)
l0001LRG (large)
So when I put this into the system I only want to put the
l0001 code in and then let the customer select the colour and size by checking the boxes I would put in by attributes rather than have multiple product listings of the same products in different sizes and colour.(by using the 2nd line of codes)
The problem is this, by using the first line of codes I would have to manually check all the products every day and see what colour and size the customer ordered.
Am I missing something and is there a way to do this so we just have one listing of the same product with options for size and colour via checkboxes but the system can tell what individual code to use as in the 2nd line of codes.
Hope you understand what Im trying to say.
Thanks, Spot.



