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
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