Hi dear Guys.
I'm using VM 2.0.18a version.
I just have a problem with categories imige.... :(
Category page displays products. if you click on the product image, it increases, but the transition to the goods does not occur.
how to make or change the code, that after a click on the image, to go to the product description page?
hope you understand my question :))
THANKS
Mod edit: impatient bump message removed. http://forum.virtuemart.net/index.php?board=114.0
try this in the html overrides, replace the image's code at
templates/(your template)/html/com_virtuemart/category/default.php
<?php
echo JHTML::link($product->link, $product->images[0]->displayMediaThumb('class="browseProductImage" border="0"',false)); ?>