Using DELAVO for sales via forums, etc.
Posted by John - Oct 7, 2012 Affiliates, DELAVO GOLD, DELAVO®S 0 1 Views : 8861 Receive Updates For This Category
Article Tools
- Print this page
- Add Comment
- Send to Friend
- Last Updated on :
Oct 7, 2012
Scenario:
You want to run a WSO using DELAVO only both for getting orders and also for allowing affiliates to promote the WSO.
SOLUTION:
Create a simple html page on the server you have DELAVO installed. Examples:
http://your-domain.com/page.html
http://your-domain.com/page
Include the js code after body tag
<script language=javascript src=”http://your-domain.com/delavo-directory/aff.js“></script>
Include this code
<script>document.location=’http://the-URL-of-Your-WSO‘</script>
Tell your affiliates to promote the page you created by adding their affiliate ID to it, like
http://your-domain.com/page.html?aff_id=IDHERE
http://your-domain.com/page/?aff_id=IDHERE