View Single Post
  #5  
Old 11-24-2003, 01:06 PM
 
atlas atlas is offline
 

Newbie
  
Join Date: Apr 2003
Posts: 3
 

Default 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
Reply With Quote