0
Hello there.
We have a custom built points reward system and we would like to integrate a referrals system to that one. So the questions are:
1. Is it possible to set the comissions as points instead of money?
2. Which would be the best approach to ingrate this to our points system? Via MySQL triggers? Or do you have an API or triggers system via PHP code?
3. Is it possible to integrate the affiliates dashboard within a tab inside a custom made user profile view?
I hope you may answer as soon as possible, thanks in advance for your attention.
We have a custom built points reward system and we would like to integrate a referrals system to that one. So the questions are:
1. Is it possible to set the comissions as points instead of money?
2. Which would be the best approach to ingrate this to our points system? Via MySQL triggers? Or do you have an API or triggers system via PHP code?
3. Is it possible to integrate the affiliates dashboard within a tab inside a custom made user profile view?
I hope you may answer as soon as possible, thanks in advance for your attention.
Responses (3)
-
Accepted Answer
0hello,
1. well, yes, but in any case these would be "internal" points.. not external, I mean, I don't know what point system are you using, but it would not integrate to it.
2. well, via PHP code. as you can see we have a very simple API that lets you create comissions (well, conversions). what you would need to do is to modify that function we provide to add your extra code, so points to your system are added too.
3. nope... not without coding at least. -
Accepted Answer
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »