Hello,
I would like to show an image on my product page (a "buy" image located somewhere on the server, e.g. "/images/vmimages/buy_image.jpg"), and also I would like that image to be linked with the URL specified in the product information (URL field).
If that requires too much of a coding knowledge, I can satisfy with link pointing to the specified url in the product information.
As far as I know, this code <?php echo $this->product->product_url ?> is showing Product URL as text. I just want that text to be linked with the URL specified in the Product Information.
I hope someone knows how to do this

Thanks