Re: Modify Payment Details error
Id rather not open a ticket yet, I wont be beat by this bug! Hehe. Anyways in the register.php (main folder, not the include register.php) there is this chunk of code...
if ($REQUEST_METHOD == "POST" && $action == "cart") {
if (empty($reg_error))
func_header_location("cart.php?mode=checkout&payme ntid=$paymentid");
}
Its apparently the root of my problem. For whatever reason the Request method and action do not equal what they should so it never gets inside this if statement to send things onto the cart. Any ideas why this might be? I checked the FORM in the register.tpl and all the right things seem to be there.
__________________
TheCorp
Xcart 4.0.17 Pro
mySQL4.0.20
PHP 4.3.7
|