[Fancy Attributes] Thumbnails of product images instead of color boxes
Hello,
I have searched but found nothing, I'm new to Drupal development.
I would like to replace color attributes of a product by a thumbnail of that variation (say the first image of the variation if it has multiple images) instead of a colored little box as it can easily be done with the Fancy Attributes module.
I don't know how to target the corresponding product and how to extract the image link. The replacement part would be quite easy.
Thanks for your help !
Comments
You should be able to find
You should be able to find your answer here: https://drupal.org/node/1180016
Thank you very much, but I
Thank you very much, but I can't figure out how to get this to work, I'm quite lost here :)
What about Views?
If I was doing this, I'd be tempted to try displaying the variations using a View rather than a product display. Not tried this, but seems to me would give more control in this respect.