Promotional material

This is what your affiliates will see when clicking the "get" link inside their affiliate's account for retrieving their links for this Package. Be sure to include the appropriate HTML code if you add this Package to your affiliate program.

You can use these variables:

#{afflink_homepage} - it will be substituted by the link to the Homepage of this specific Package (as defined above)

Example: <a href=#{afflink_homepage}>Click Here</a>

If the affiliate's ID is 3 then the code above will return this link:

<a href="http://www.YOURSERVER.com/cgi-bin/lyre.cgi/action/JVM/PerClick/thru?pack_id=42&aff_id=3">Click Here</a>

#{afflink} - it will be substituted by the order LINK for the specific package.

Example: <a href=#{afflink}>Click Here</a>

If an affiliate's ID is 3 then the code above will return this link:

<a href="http://www.use-sell.com/cgi-bin/lyre.cgi/jvm/purchase/go.html?pack_id=42&aff_id=3">Click here</a>

#{affparam} - Use this variable for allowing your affiliates to direct people to ANY page you want.

Example: <a href="http://www.YOURSERVER.COM/anotherproduct.html?#{affparam}">Check this product too</a>

By including this type of links to your promotional material your affiliates can send people directly to any specific pages you want and get a commission if an order is generated.

IN ALL CASES be sure to insert the COOKIES JAVASCRIPT CODE needed inside all pages that participate to your affiliate program in order for the commissions to be credited properly. For more information on this, read "JS codes/ Cookies"

Below you can find an example HTML code you can use in this textarea. Feel free to edit it in your HTML editor and add your information.

<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title></title>
</head>

<body>

<div align="center">
 <table border="0" width="75%" cellspacing="5" cellpadding="5">
  <tr>
   <td>
   <p align="center"><font size="4">You are promoting<br>
   <b>PACKAGE NAME HERE</b></font></p>
   <p><font size="4">Your affiliate link is:
<br>
   </font><b><font size="4">#{afflink_homepage}</font></b></p><p>
<font size="4">
<input type="text" name="T2" size="75" value="#{afflink_homepage}"><br>
</font><a target="_blank" href="#{afflink_homepage}"><font size="4">Click here
to test your link.</font></a><p>
<font size="4">You can also direct people to the order page of this Package by
using this link:<br>
</font><b><font size="4">#{afflink}
</font></b>
   <p><font size="4">
   <input type="text" name="T1" size="75" value="#{afflink} "><br>
   </font><a target="_blank" href="#{afflink}"><font size="4">
   Click here to test your link.</font></a></p>
   <p align="center">
<font size="4"><br>
You can login into your account here:<br>
<b>http://www.YOURSERVERHERE.com/cgi-bin/lyre.cgi/jvm/admin/affiliate.html</b>
</font><b><font size="4">
&nbsp; </font></b>
   <p align="center">
<font size="4"><b>If you need help contact with YOUR EMAIL HERE</b></font></td>
  </tr>
 </table>
</div>

</body>

</html>