I completed a website to sell clothing using Adam Khoury's eccommerce tutorial.
I have been banging my head off wall to get a drop down options for size and color to be selected by customer in products page and then when customer adds to cart, those size and color options are displayed under or in shopping cart description box.
I am using mysql to hold id on product, the product has the same id, but mutiply sizes and colors.
I relly just need a way for customers to choose they options outside of MYSQL and display them in shopping cart, so I can send the correct product.