Does anyone know how to integrate the Idevaffiliate software into actinic catalogue v9.
The idev software needs me to either:
attach this code to a paypal button.
<input type="hidden" name="notify_url" value="http://www.notmythewebsite.com/idevaffiliate/paypal_ipn_buynow.php">
<input type="hidden" name="custom" value="<?PHP echo $_SERVER['REMOTE_ADDR']; ?>">
The problem i have with this, is the page I assume the button would be on seems to be created on the fly and so is the button. How could I add this code to this created button?
Or I can put this line on the receipt page. (this seems on the face simpler)
<img border="0" src="http://www.notmythewebsite/idevaffiliate/sale.php?profile=????&idev_saleamt=XXX&idev_ordernum=XXX" width="1" height="1">
the xxx need to be replaced by actinic variables for amount and order number.
I have tried to put it on the receipt page using the design, but I just didn't know how to or what the variables where so it didn't work, I don't know if I had put the code in the right place, and I'm certain the variables where wrong.
I'm not a programmer, but I can follow instructions.
So how do I put this code into my actinic site and what are the variables and syntax needed?
Thankyou for any help you can give.
*www.notmythewebsite.com replaces my own site so I don't advertise myself
???? replaces my affiliatenumber
The idev software needs me to either:
attach this code to a paypal button.
<input type="hidden" name="notify_url" value="http://www.notmythewebsite.com/idevaffiliate/paypal_ipn_buynow.php">
<input type="hidden" name="custom" value="<?PHP echo $_SERVER['REMOTE_ADDR']; ?>">
The problem i have with this, is the page I assume the button would be on seems to be created on the fly and so is the button. How could I add this code to this created button?
Or I can put this line on the receipt page. (this seems on the face simpler)
<img border="0" src="http://www.notmythewebsite/idevaffiliate/sale.php?profile=????&idev_saleamt=XXX&idev_ordernum=XXX" width="1" height="1">
the xxx need to be replaced by actinic variables for amount and order number.
I have tried to put it on the receipt page using the design, but I just didn't know how to or what the variables where so it didn't work, I don't know if I had put the code in the right place, and I'm certain the variables where wrong.
I'm not a programmer, but I can follow instructions.
So how do I put this code into my actinic site and what are the variables and syntax needed?
Thankyou for any help you can give.
*www.notmythewebsite.com replaces my own site so I don't advertise myself
???? replaces my affiliatenumber
Comment