Custom Add to cart widget
I would like to have a custom attribute selection widget with images like you can see here http://www.daff.co/de/shop/cityshopper . Does anyone know if there's a module for such a displaying of the attributes or have a tutorial for that? I'm a neewbie with Drupal and not that good in php-coding so it would be nice to have a complete solution :)
Comments
Reply in two years ;)
See my solution on Stackoverflow: http://stackoverflow.com/questions/24397315/drupal-commerce-load-drupal-...
In two words:
The hook_form_alter may change the type for control from select to radios. As a description for radios you may use images. The radios points may be hidden by CSS.