VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: christoscy on November 26, 2012, 20:10:13 PM

Title: next and prev product's image at category zoom layout
Post by: christoscy on November 26, 2012, 20:10:13 PM
hello,

i would like to ask if there is any way if a user clicks to zoom a product's image at a category to have the options next and prev in order to change the photo to the next product's image, in order to the user to see all products easier

thank you
Title: Re: next and prev product's image at category zoom layout
Post by: bytelord on November 26, 2012, 22:04:20 PM
Hello,

You can find here a solution to have next-prev function using fancybox under product details page: http://forum.virtuemart.net/index.php?topic=97365.msg322269#msg322269 and here http://forum.virtuemart.net/index.php?topic=102249.msg366156#msg366156

At category layout you could modify the the code a little bit but you will also need to load the additional images by bringing the product model.

an example is here by hacking the view.html.php for category view but you could also reload the model from from override: http://forum.virtuemart.net/index.php?topic=100696.msg358378#msg358378

Regards