I'm developing a Magento store and I need to display the color and size of a simple product in front end, is it possible?
I got it only with configurable product but not with simple product.
Something like this: http://www.saiajustamodafesta.com.br/loja/vestido-longo-saia-justa.html
Anybody can help me?
Thanks.
in your frontend/[your-package]/[Your-theme]/template/catalog/product/view.phtml file
$color = $_product->getColor();
<img src="<?php echo $this->getSkinUrl('images/'.$color.'.jpg'); ?>">
you need to upload jpg image same as color name ex red.jpg as well as same as size