View Single Post
  #1  
Old 01-18-2006, 05:56 AM
 
Chuchen Chuchen is offline
 

Advanced Member
  
Join Date: Dec 2005
Posts: 37
 

Default Skip the cart.php and go straight to checkout mode ?

Hello,

I'm new here and it's my first message. Sorry for my poor english... but I'm not english...

Well, I'm working on Xcart actually (great software !), and I would like to skip the cart.php file and go straight to the checkout mode. I read a lot of messages here and I have found this old one below, but I don't know where to change the code :

Quote:
For the redirect, above where the smarty display is:

Code:

$smarty->display(....

Put:

Code:

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

Where should I do this please ?

Thank you very much
Reply With Quote