Integration of DigiAffiliate in your Website
There are only 5 simple steps to include our affiliate program in your website:

Step 1: Unzip digiaffiliate.zip within your web server hierarchy. i.e. c:\inetpub\wwwroot\mywebsite\digiaffiliate

Step 2: You must now set your preferences: Login as admin in DigiAffiliate (login: admin password: admin) and click on "System Configuration" (don't forget to put "http://" for urls). Set up the email configuration as well.

Step 3: Upload your banners into the server and give a name for each one. You can create some Text Links as well if you want.

Step 4: Create a link in your website to the page "digiaffiliate/presentation.asp" for the users (You can edit presentation.asp to change the text)

Step 5: If you do a Per Sales commission you must add at the end of your payment system this line:

<img src="your_website/your_affiliate_programme/affiliate.asp?type=sale&total=<%=your_total%>&order_id=<%=your_order_id%>&return=0" width=0 height=0 border=0>
or
<form action="your_website/your_affiliate_programme/affiliate.asp?type=sale&total=<%=your_total%> &order_id=<%=your_order_id%>&return=1" method=post > Thank You <input type="submit" value="return to our website"> </form>

VARIABLE ---> CHANGE TO
your_website/your_affiliate_programme ---> actual url of your affiliate program.
<%=your_total%> ---> total of order
<%=your_order_id%> ---> order reference for tracking
return=0 or 1 ---> If redirection wanted then return=1 else return=0

If you need more help contact us at contact@digiappz.com

that's it!