force to payment page since 1 payment method
Hello,
You had suggested this:
# force to payment page if only one payment method is available
if(!$payment_methods[1]){
func_header_location("cart.php?mode=checkout&payme ntid=".$payment_methods[0][paymentid]);
}
I am placing this in the right spot that you've recommended, but when I have this code in there, the page just comes up blank at that point. Any suggestions?
Thanks,
Kevin
|