Car Recycling & Dismantling News:





   Copyright © 2005 Wellingborough England directory of the Original Code is Ruslan R. Fazliev. | | Portions created by Ruslan R. Fazliev are Copyright (C) 2001-2002 | | Ruslan R. Fazliev. All Rights Reserved. | +-----------------------------------------------------------------------------+ \*****************************************************************************/ # # $Id: cc_2checkoutcom.php,v 1.11 2002/12/10 08:57:10 sdg Exp $ # # Error reporting level: # default: E_ALL ^ E_NOTICE # error_reporting (E_ALL ^ E_NOTICE); if ($secureid) { require "../include/payment_method.php"; session_id("$secureid"); session_start(); session_register("order_secureid"); session_register("secure_oid"); } # this line protect us from empty orders $bill_error=true; # # Finish transaction # if ($x_response_code && $x_response_code!=1) { func_change_order_status($secure_oid, "F");session_unregister("secure_oid"); header("Location: ../customer/error_message.php?error_ccprocessor_error"); exit; } elseif($x_response_code && $secureid && !$order_secureid) { func_change_order_status($secure_oid, "F");session_unregister("secure_oid"); header("Location: ../customer/error_message.php?error_ccprocessor_baddata"); exit; } elseif($x_response_code && $secureid && $secureid=$order_secureid) { func_change_order_status($secure_oid, "P"); $_orderids = func_get_urlencoded_orderids ($secure_oid); session_unregister("secure_oid"); # # Remove all from cart # $cart=""; header("Location: ../customer/cart.php?mode=order_message&orderids=$_orderids"); exit; } $checkout_login = $module_params["param01"]; ?>
"> "> "> "> "> "> "> "> "> "> "> ">
Please wait while connecting to 2checkout.com payment gateway...