The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
iDevAffiliate & VB Subscription Question
I have purchased iDevAffiliate because they advertised that they will intergrate with other apps including paypal but cant figure our how to make this work. Basically I want to be able to use iDevAffiliate with the paypal subscription so ONLY when a member is referred and actually pays using paypal they get credit. Anyone use iDev and have this working?
|
#2
|
||||
|
||||
here is some intergration requests. How can I dodify the paypal IPN that is intergraded with VB so I can inject the code required below
nclude("path/to/idevaffiliate/sale.php"); Integrating With Your Existing PayPal IPN File If you don't want to use the IPN file we've provided or are already using your own IPN file, follow these steps. 1. In Cart Integration, choose the Manual Integration Method. 2. Order Amount Variable Name: payment_amount 3. Order Number Variable Name: txn_id 4. Continue to the next page and ignore the processing code. Now, open your existing IPN file and find the section in the file where things are processed after an order has been confirmed. This usually looks something like this: if (strcmp ($res, "VERIFIED") == 0) { Place the following code somewhere after the above existing line. include("path/to/idevaffiliate/sale.php"); Be sure to adjust this path correctly and only use a virtual path. Do not use ("http://www."). The above variable names assume you're using a fairly recent IPN file that uses $payment_amount and $txn_id. If you don't see these variables defined in your IPN file, you'll need to know what the $_POST['mc_gross'] and $_POST['txn_id'] variables are defined as. Use these variable names in your Cart Integration settings instead. |
#3
|
||||
|
||||
Wow such awesome support :surprised:
|
#4
|
||||
|
||||
Come on people any help?
|
#5
|
|||
|
|||
Did anyone figure this out?
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|