I need to have the image link to the product details not the pop up image,,, looked on VM but the code seemed really different
site is http://2crommy.partswench.com/
thanks again
code below........................................................
- Code: Select all
<div class="product floatleft<?php echo $Browsecellwidth . $show_vertical_separator ?>">
<div class="spacer">
<div>
<?php /** @todo make image popup */
echo $product->images[0]->displayMediaThumb('class="browseProductImage" border="0" title="'.$product->product_name.'" ',true,'class="modal"');
?>