Hi, I need to make product images in main product and maybe also in products list to have mouseover that changes the image to a 2nd pic (for example a front and back) back when hovered.
Any easy way to do this or wait until some modules / plugins are released?
Thanks.
yes there should be a way
HERE is main
<?php echo $this->product->images[0]->displayMediaFull('class="product-image"',false) ?>
THE 0 is the 1st ,1 should be second.
AS far as the coding, you can try it yourself. But just offering a little direction
MORE direction please!? :) hehe