In my shop most items have a known price but some items will need to be quoted. I purchased the 'call for price' module which is good. It allows me to put text or an image in place of the price on an item where the price has been set to zero. I have set up an image that has an email link which automatically populates the subject and body of the email. What I need help doing is adding the specific product that the customer is asking about in the pre-populated subject and body sections of the email. Can someone tell me how I would go about doing this? Is there a variable string I could use? Here is a link to one of my items which will display the 'email for quote' option: http://gbamedical.com/shoppe/product.php?id_product=12 Here is the link code I am using thus far:
<a href="mailto:
[email protected]?subject=Please send quote for item:&body=Hi-%0DPlease send me a quote on the following item: "><img src="/shoppe/themes/destiny-skyblue/img/quote.png" width="120" height="22" border="0" /></a>
Thanks in advance for any help you can offer