Since the Store module does not allow adding variations to products (color, size, etc..) easily, I thought I would just create my own product pages and then add a buy it now or add to cart button that would submit the information to the shopping cart. Can this be done?
Would I need to create a product for each variation in the cart? Shirt1, red, xl, Shirt1, blue, xl, etc...?
What I would like is to create a page with some dropdown values on it, images that I would like, etc... Then allow the user to choose their variations, and click the add to cart button. Then I would take those form values and put it in the cart.
If anyone has done this or knows it can possibly be done with the Store module, please let me know.