VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: arturmuse200 on March 13, 2013, 15:30:12 PM

Title: Product Categopries imige
Post by: arturmuse200 on March 13, 2013, 15:30:12 PM
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
Title: Re: Product Categopries imige
Post by: rzrz on March 15, 2013, 05:40:57 AM
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));   ?>