View Single Post
  #7  
Old 11-23-2004, 03:51 PM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default

I've sent you a PM.

For the redirect, above where the smarty display is:

Code:
$smarty->display(....

Put:

Code:
if (!$mode && !$paymentid) { header ("Location: cart.php?mode=checkout"); }

I think that will do it.
Reply With Quote