Using the Joomla 2.5 template, when you are on a category page within Virtuemart, is there a way that you can click on the thumbnail of a product and not see a pop-up of the image but replace it with a link to the product page instead?
Thanks
echo $product->images[0]->displayMediaThumb('class="browseProductImage" border="0" title="'.$product->product_name.'" ',true,'class="modal"');
echo '<a href="$product->link" title="$product->product_name">' . $product->images[0]->displayMediaThumb('class="browseProductImage" border="0" title="'.$product->product_name.'" ',true,'"') . '</a>';
echo $product->images[0]->displayMediaThumb('class="browseProductImage" border="0" title="'.$product->product_name.'" ',false,'.$product->link.');