Przekierowanie oprogramowania do strony głównej
$indexController->redirect(
array(
'controller' => 'checkout',
'action' => 'shippingPayment',
'sTarget' => 'checkout',
'sTargetAction' => 'confirm',
)
);
Bermawy