VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: shakir on December 02, 2011, 16:21:05 PM

Title: is there a way to make product images mouseover?
Post by: shakir on December 02, 2011, 16:21:05 PM
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.
Title: Re: is there a way to make product images mouseover?
Post by: PRO on December 02, 2011, 16:57:47 PM
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
Title: Re: is there a way to make product images mouseover?
Post by: shakir on December 02, 2011, 17:29:52 PM
MORE direction please!? :) hehe