Hi,
I am using the 'Email a Friend' function in my extended information windows. However, I have noticed that it is not working correctly in that the resulting email does not contain the link within the body of the email. Although, it does include the title of the product.
I was given this code by support to try and rectify the problem, but now I have found that the link is appearing in the body of some emails but not in others.
Also, some of my products have the '®' symbol after them but I have found that this appears with an 'Â' symbol after it in the resulting email title. I am wondering if this could be causing the problem. Has anyone any suggestions as to what may be causing the overall issue?
Thanks,
I am using the 'Email a Friend' function in my extended information windows. However, I have noticed that it is not working correctly in that the resulting email does not contain the link within the body of the email. Although, it does include the title of the product.
I was given this code by support to try and rectify the problem, but now I have found that the link is appearing in the body of some emails but not in others.
Code:
<br/><br/> Enter e-mail address to tell<br/> a friend about this product <input type=text value="" size=30 onchange=" var thisloc=location.href + '#<Actinic:Variable Name="EncodedProductAnchor"/>'; if (this.value != '') { location.href='mailto:' + this.value +'?subject=Take%20a%20look%20at%20<Actinic:Variable Name="ProductName"/>&body=I%20saw%20this%20and%20thought%20you%20would%20be%20interested. see - '+ thisloc}"> <input type=button value="Send"> <br/>
Thanks,
Comment