Using developer v6.1.4. I am trying to insert code into the Product Details - Full Description window which will embed a link saying "Click here to enquire about this product". I can get this to work with a standard subject but would like to automatically embed the individual product's name into the subject line of the e-mail. Have tried the following code within the product's 'Full Description' window:
!!<<A HREF="mailto:info@bloggsco.co.uk?subject=NETQUOTEVAR:PRODUCTNAME">Click here to enquire about this product</A>>!!
When I preview the product, the link looks OK, and if I click on it, it opens the new e-mail window, but the subject line is just:
NETQUOTEVAR:PRODUCTNAME
...so I clearly need to insert something else into the code to make it automatically insert the specific product’s name.
Can anyone advise what I need to change in above code, or how I can achieve this?
Thanks
!!<<A HREF="mailto:info@bloggsco.co.uk?subject=NETQUOTEVAR:PRODUCTNAME">Click here to enquire about this product</A>>!!
When I preview the product, the link looks OK, and if I click on it, it opens the new e-mail window, but the subject line is just:
NETQUOTEVAR:PRODUCTNAME
...so I clearly need to insert something else into the code to make it automatically insert the specific product’s name.
Can anyone advise what I need to change in above code, or how I can achieve this?
Thanks
Comment