Aimeos\ShopBundle\Controller\CheckoutController::indexAction PHP Method

indexAction() public method

Returns the html for the standard checkout page.
public indexAction ( ) : Response
return 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);
    }