Tagged: paypal oscommerce

PayPal IPN Module malfunction on PHP 5.2 / 5.3 server

The problem : $cart_PayPal_IPN_ID was not always a global (e.g. between functions confirmation and process_button. Find Code in : catalog/includes/modules/payment/paypal_ipn.php tep_session_register(‘cart_PayPal_IPN_ID’); // Terra register globals fix //$_SESSION[‘cart_PayPal_IPN_ID’] = $cartID . ‘-‘ . $insert_id; Replace...