This is a discussion on osC Affiliate within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; Back up your files first! To combine the two, open /includes/modules/payment/paypal_ipn.ph. ********************************************* Find this code around line 76: function confirmation() ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| Back up your files first! To combine the two, open /includes/modules/payment/paypal_ipn.ph. ********************************************* Find this code around line 76: function confirmation() { global $cartID, $cart_PayPal_IPN_ID, $customer_id, $languages_id, $insert_id, $order, $order_total_modules; directly below add this code: global $affiliate_ref, $affiliate_clientdate, $affiliate_clientbrowser, $affiliate_clientip, $affiliate_clickthroughs_id, $HTTP_SESSION_VARS; ********************************************* Find this code around line 245: tep_session_register('cart_PayPal_IPN_ID'); $cart_PayPal_IPN_ID = $cartID . '-' . $insert_id; } } return false; } and change to: tep_session_register('cart_PayPal_IPN_ID'); $cart_PayPal_IPN_ID = $cartID . '-' . $insert_id; } } // Include OSC-AFFILIATE require(DIR_WS_INCLUDES . 'affiliate_checkout_process.php'); return false; } ********************************************* More...
__________________ Michael Sasek osCMax Developer
|
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| osC Affiliate | michael_s | New osCommerce Contributions | 0 | 10-09-2007 08:55 PM |
| osC Affiliate | michael_s | New osCommerce Contributions | 0 | 04-06-2007 12:11 PM |
| osC Affiliate | michael_s | New osCommerce Contributions | 0 | 04-01-2007 09:11 AM |
| Affiliate 2.02 affiliate tracking url | cewncew | osCMax v1.7 Discussion | 1 | 02-16-2005 07:54 AM |
| OSC-Affiliate | thetraveller | osCMax v1.7 Discussion | 0 | 10-13-2003 12:42 PM |