News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

is there a way to make product images mouseover?

Started by shakir, December 02, 2011, 16:21:05 PM

Previous topic - Next topic

shakir

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.

PRO

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

shakir