Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Adding affiliate information to paypal subscription buttons.

Quote Reply
Adding affiliate information to paypal subscription buttons.
I am having a bit of trouble with this.

I am using idevaffiliate which says in their instructions

"In order to integrate PayPal with iDevAffiliate, your PayPal purchasing buttons must be located on a PHP page. If you already have a purchasing button on your site and it's not on a PHP page, simply rename the file."

the code I need to add is the following:

<input type="hidden" name="rm" value="2">
<input type="hidden" name="notify_url" value="http://www.example.com/...al_ipn_recurring.php">
<input type="hidden" name="custom" value="<?PHP echo $_SERVER['REMOTE_ADDR']; ?>">

I have tried to add it without changing a page name and it doesn't work and also breaks links (i don't get the ipn return for links)

Has anyone come across this and found a solution?
If I wanted to change the paypal payment page to php how would I do that in links?

Any help would be appreciated.

Andy