VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: Softfocus on November 13, 2012, 18:58:47 PM

Title: No Image gif not showing up.
Post by: Softfocus on November 13, 2012, 18:58:47 PM
Hi I have an site setup with vm2.
For some reason if a product does not have a image the noimage.gif does not show in fact nothing shows.
Any idea how to fix this? I would like the noimage.gif to show.

thanks!

Title: Re: No Image gif not showing up.
Post by: Softfocus on November 13, 2012, 19:18:46 PM
Nvm, figured it out I had to change this:

<img class="featuredProductImage" src="<?php echo $product->images[0]->file_url_thumb; ?>" alt="" />

to this

<img class="featuredProductImage" src="<?php echo $product->images[0]->displayMediaThumb(); ?>" alt="" />

In my categories.