martindell
7th September 2004, 12:58 AM
We have a slightly weird sales situation that goes like this ...
customer signs up for a 30 day free trial (will be referred to the sign-up page via an affiliate)
At the end of the trial - he purchases (hopefully) and we process the payment manually (no on-line ordering)
Now the affiliate cookie will be on the customers machine but we'll be processing the sale from another machine (so we can't use the cookie)
We can log the affiliate ID to the customers account when they sign up and we can take a look at that field when we process payment -
so my question is (finally) - Instead of this code:
'/affiliate/scripts/sale.php?TotalCost=XXXXXX.XX&OrderID=XXXXXX&ProductID=XXXXXX'
on the sales page - is there something else I can use to pass the affiliate ID instead of looking for a cookie?
Thanks in advance. BTW - great script, installed first time, no hassle
customer signs up for a 30 day free trial (will be referred to the sign-up page via an affiliate)
At the end of the trial - he purchases (hopefully) and we process the payment manually (no on-line ordering)
Now the affiliate cookie will be on the customers machine but we'll be processing the sale from another machine (so we can't use the cookie)
We can log the affiliate ID to the customers account when they sign up and we can take a look at that field when we process payment -
so my question is (finally) - Instead of this code:
'/affiliate/scripts/sale.php?TotalCost=XXXXXX.XX&OrderID=XXXXXX&ProductID=XXXXXX'
on the sales page - is there something else I can use to pass the affiliate ID instead of looking for a cookie?
Thanks in advance. BTW - great script, installed first time, no hassle