thanks, but I need the code in php to relative paths.
This is the code I have replaced /components/com_virtuemart/sublayouts/products.php
it works, but I can not apply the variables
// Show Products ?> <div class="product vm-col<?php echo ' vm-col-' . $products_per_row . $show_vertical_separator ?>"> <div class="spacer"> <div class="vm-product-media-container">
<a title="<?php echo $product->product_name ?>" href="<?php echo $product->link.$ItemidStr; ?>">
<img src = '../images/stories/virtuemart/product/5_3.jpg'
onmouseover = "this.src = '../images/stories/virtuemart/product/resized/5_37_480x480.jpg'"
onmouseout = "this.src = '../images/stories/virtuemart/product/5_3.jpg '">
</a>
</div> [/ pre]