Have you found the tell a friend section? (includes/templates/YOUR_TEMPLATE/templates/tpl_product_info_display.php)
You could just replace all the code in that section with your own button and link. I'm assuming you want these links to do the same thing on every product. So, just hard code it, like this:
<a href="link_here.htm" ><img src="image_here.jpg" alt="alt text here" width="100" height="20 /></a>



Reply With Quote
