I am using VM2.0.10 and have successfully modified the front page to show two images for each product (by changing the default_products.php file). I am now trying to do the same for the category view, but only one image is displayed - even though I know that there are two images for the product.
In debugging I have checked the foreach loops in both templates (default_products.php for front page and default.php for category view) to see what $product->images contains: in the front page an array with two images is returned while for the category view only one image shows up in the array - but can't work out why this is.
Can anyone help please?
Hello,
Please take a look here: http://forum.virtuemart.net/index.php?topic=99699.0
and here: http://forum.virtuemart.net/index.php?topic=100696.msg358378#msg358378
Many thanks - that solved it!!!
I should have known anyway, because I had already made a similar change for the front page, but forgot completely what I had done ... too much screen gazing ...