Bec
0
Q:

shopware redirect ot homepage

$indexController->forward('shippingPayment');
0
$indexController->redirect(
	array(
		'controller' => 'checkout',
		'action' => 'shippingPayment',
		'sTarget' => 'checkout',
		'sTargetAction' => 'confirm',
	)
);
0

New to Communities?

Join the community