This instrution below worked in a previous version:
Quote:
In cart.php, above where the smarty display is:
$smarty->display(....
Put:
if (!$mode && !$paymentid) {
header ("Location: cart.php?mode=checkout");
}
|
The problem actually is that there is no more this "$smarty->display" in the cart.php page, so I don't know where I can put this code...