Aimeos\ShopBundle\Controller\CheckoutController::indexAction PHP Méthode

indexAction() public méthode

Returns the html for the standard checkout page.
public indexAction ( ) : Response
Résultat Response Response object containing the generated output
    public function indexAction()
    {
        $params = $this->get('aimeos_page')->getSections('checkout-index');
        return $this->render('AimeosShopBundle:Checkout:index.html.twig', $params);
    }