svgmx5 Posted April 7, 2010 Share Posted April 7, 2010 i Currently have a paid membership website, that was developed using PHP and Mysql, all the code was made from scratch no 3rd party software. What i want is an affiliate program that i can somewhat integrate with my current membership system. Basically i want users to register for an account and sign up for an affiliate account(once they are members of my website) and give them a code or allow them to use their email as their code so when someone buys something on my website they can just input that code/email w.e and that user can get 10% or whatever the rate is from that product that the user purchase. The percentage will vary depending on the amount of the product. So my question is does anyone know a good affiliate program that i can use for this? I've looked over the net and found several, but just don't know which one i should use, or if i should just make one from scratch..not sure how complicated that would be. I hope someone can give me their input regarding this matter Thanks!!! Quote Link to comment https://forums.phpfreaks.com/topic/197841-starting-an-affiliate-program-on-my-websitewhat-software-should-i-use/ Share on other sites More sharing options...
cags Posted April 7, 2010 Share Posted April 7, 2010 It shouldn't be too complicated to make one from scratch. Affiliate Systems generally work on either a cookie being set on the users computer or a QUERY_STRING value being present with the name/id of an affiliate. All you would really need to do is when somebody comes to the site, check for whichever (or both) if that user goes on to buy something then you add credit to that affiliates account. When the account balance reaches a specific number you allow them to 'withdraw'. Quote Link to comment https://forums.phpfreaks.com/topic/197841-starting-an-affiliate-program-on-my-websitewhat-software-should-i-use/#findComment-1038210 Share on other sites More sharing options...
svgmx5 Posted April 7, 2010 Author Share Posted April 7, 2010 Yea, that's what i was thinking, just want it to look at other options, and see if anyone knows of any other affiliate software that can work like this....but I've looked over the net and have found nothing that comes close to what i want, so i might just end up creating one from scratch. Quote Link to comment https://forums.phpfreaks.com/topic/197841-starting-an-affiliate-program-on-my-websitewhat-software-should-i-use/#findComment-1038211 Share on other sites More sharing options...
JonnoTheDev Posted April 7, 2010 Share Posted April 7, 2010 Made a few for clients. Wouldn't try to integrate a 3rd party script into your own system. The most important part is reporting sales to your affiliates and sending them monthly figures of sales, commission, etc. Quote Link to comment https://forums.phpfreaks.com/topic/197841-starting-an-affiliate-program-on-my-websitewhat-software-should-i-use/#findComment-1038318 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.