Yes, I understand that.
I know I have to mod the code somehow, (possibly this from tpl_product_info_display.php)
Code:
<div id="cartAdd"><div class="cart_display">
<?php
echo $display_qty;
echo $display_button;
?></div>
But I am not sure what.
In normal html you would add this to an email link, for example:
What I need to do is combine the 2 somehow to have something like:
Code:
<div id="cartAdd"><div class="cart_display">
<a href="http://mysite.com/contact_us?subject=prod_id">Contact Us</a></div>