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