Is there a way to do this? Obviously, I want VM2 to show the main image as per normal. I use a plugin though where it would be advantageous to show the second one of a multiple image set.
That is a default function in VM2.0.24
Also see http://forum.virtuemart.net/index.php?topic=120040
Many thanks. I am sorry jenkinhill. I reread my question and I beheld a load of old codswallop. What I really need is to, in some circumstances, load the second product image and skip the first.
ISTR that a solution for that was posted in the forum a few months ago....
Template override for default_images.php
$image = $this->product->images[1];