How to change configurable product main image by associated product image based on color and size attributes?
I am using configurable product with size and color attributes. I want to change the main-image on configurable-product view as per the options chosen Like If I choose red-color then image of associated-product which has red color attribute value should display on main-image as soon as I choose the option. How can I do that?? Thank you... I have found one solution for this problem for which I am working... There is one block at \app\code\core\Mage\Catalog\Block\Product\View\Type\Configurable.php . 1) Extend this block or just add "Mage\Catalog\Block\Product\View\Type\Configurable.php" to "\app