How to change configurable products images on mouse hover?

If you use Color Swatches Pro and want the images of configurable products to change on mouse hover, please complete a few simple steps:

 1. Find the following file:
\skin\frontend\base\default\js\amasty\amconf\configurableList.js
 
2. Find line
image.observe('click', this.configureImage.bind(this));
 
3.Change "click" to "mouseover"
 
That's all, now you can check how it works.

Didn’t you find the answer to your question? We are always happy to help you out.

Loading