VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: agps on August 25, 2013, 16:34:46 PM

Title: Display the second image in category
Post by: agps on August 25, 2013, 16:34:46 PM
Hi,

I would like to display the thumbnail of the second image of the products in category view. Unfortunately the following does not work.


echo $product->images[1]->displayMediaThumb('class="browseProductImage"', false);


Also the following has always value 1

echo count($product->images)
Title: Re: Display the second image in category
Post by: Maxim Pishnyak on August 25, 2013, 19:19:49 PM
There is a thread about product additional images on category page. Use forum search button.
Title: Re: Display the second image in category
Post by: agps on August 25, 2013, 19:49:27 PM
Quote from: Maxim Pishnyak on August 25, 2013, 19:19:49 PM
There is a thread about product additional images on category page. Use forum search button.

I did it. I have spent a lot of hours of searching but without success.
Title: Re: Display the second image in category
Post by: Maxim Pishnyak on August 28, 2013, 15:45:34 PM
Quote from: agps on August 25, 2013, 19:49:27 PM
I have spent a lot of hours of searching but without success.
Report immediately with details if you can't find stuff after 20-40 minutes of searching. We will help.
http://forum.virtuemart.net/index.php?topic=102190.msg342648#new
Currently behavior of forum search is under investigation.
Title: Re: Display the second image in category
Post by: agps on August 29, 2013, 08:11:17 AM
Thank you!