Hello, I've recently installed the Acquia stack and Drupal Commerce to try creating an online store.
I have an idea of how I would like to display my products, but am stuck.
I have added new fields into the product entity giving it 3 image fields, "Large","Medium","Small" and an "Other Colors" field as a "Product Reference" field.
I have made separate product entities for all the color variations of one product.
I would like to visually group these variations in the catalog so that a "medium" image of the default variation (white) is followed by all the "small" images of all the other variations (green, red, blue, yellow, black) and are grouped together.
Looking something like this:
Item 1:
____
|***| [*][*][*][*]
|***| [*][*][*][*]
ˉˉˉˉ
[large pic] + [all the small ones]
Where clicking one of the image leads to the corresponding item color variation's product page.
The product page has the "Large" picture followed by the item info, an (add to cart) button, and a select list that is referenced to the other available variations followed by another (add to cart) button.
In this case I would like to turn the select list into a list of the small images again so that there is a visual list to click and go to the corresponding page instead of a text list.