I am trying to add swatches to a configurable product, which I was successful in doing, however clicking on a swatch color does not change the product image. The color option click event is not triggered. In product view page if click the media image it will be changed main product image but if i click the color option it will not change the main product image but it will select the label value for example red or black.I have not get any specific error when click the color option.
In my configurableswatches.xml file the following js has been included
<name>js/configurableswatches/product-media.js</name></action>
<name>js/configurableswatches/swatches-list.js</name></action>
<name>js/configurableswatches/swatches-product.js</name></action>
Is any other js is missing to change the main product image?
currently site is running magento 1.9.1 and theme is rwd. Please provide me the solution for this.