Forum Moderators: coopster
We have two option for our users,
1) Annual Charge
2) One time charge
People chooses a specific category for the listing and then clicks on paypal button, it takes you to paypal and then you can pay the money.
The problem is when they are coming back to our thanks page from paypal I am not able to track which category they choosed. How can I send a variable to Paypal? and does it returns the variable to me?
This is the first time I am trying to implement the paypal. Please help
Thanks
Aji
[paypaldev.org...]
&custom=YOURCAT
And then you MUST turn on the Payment Data transfer or the IPN. I prefer to use the IPN functions of paypal, because they are quite safe from hack tries...
If you use the Payment Data Transfer, PayPal jumps back to your configured THANKYOU page with the variable in the request string and you can look it up in your PHP ...
cheers,
P!