Tell A Friend Template
The Tell A Friend templates are used to configure the appearance of Tell A Friend pages as well as the layout of the emails which are sent by the tell a friend function.
A tell a friend template is a combination of HTML and ShopSite custom template tags. You can use any text or HTML editor to create a tell a friend template but keep in mind that the tell a friend template has 3 different sections. The first section is for the tell a friend pop up. The second section is for the tell a friend email. The third section is for the 'email sent' screen after the tell a friend email has been sent. You can design and setup the code for all three sections and include the code for all three sections in the same file.
Once you have setup the code you are ready to begin adding ShopSite tags to make your code a working ShopSite template. Start by placing the tags below around the 3 sections of your tell a friend template. The first tag goes before your code for the tell a friend popup window and the second tag goes at the end of the code for the tell a friend popup window. Repeat this format for the other 2 sets of tags, putting the 3rd and 4th tags around the code for the email and the 5th and 6th tags around the code for the 'email sent' screen.
[-- DEFINE TELL_A_FRIEND --]
[-- END_DEFINE TELL_A_FRIEND --]
[-- DEFINE TELL_A_FRIEND_EMAIL --]
[-- END_DEFINE TELL_A_FRIEND_EMAIL --]
[-- DEFINE TELL_A_FRIEND_EMAIL_SENT --]
[-- END_DEFINE TELL_A_FRIEND_EMAIL_SENT --]
Next: Tell A Friend Required Form Tags 
