EKM Tag: [ekm:emailtofriend]
This tag is used to output a button or link on the product page allowing the visitor to email a link, for the product, to a friend.
This tag can only be used on the product page.
- Tag Information
- Nesting This Tag
[ekm:emailtofriend][/ekm:emailtofriend]
[ekm:emailtofriend]
button='yes';
linktext='Email to a Friend';
message='I found this and thought of you.';
[/ekm:emailtofriend]
button='no'';
Specify whether or not you want to display the link as a button or a text link. When using a button you cannot place this tag between the ekm:productstart
and ekm:productend
tags as this will cause issues interacting with the link.
linktext='Email To A Friend';
Define the text that will appear as a link or the text that will appear on the button.
message='I found this and thought of you.';
Define the message you wish to appear by default in the message field of the popup.
backgroundcolour='#000000';
Specify the colour you wish the background of the popup to display.
The EKM system allows for some tags to be nested within other tags.
When nesting this tag you do not need to make any alterations.
[ekm:if]
iftype='EQUALS';
ifvalue='1';
ifvalue2='1';
ifthen='[ekm:emailtofriend][/ekm:emailtofriend]';
ifelse='';
[/ekm:if]