public function indexAction() { $layout = $this->loadLayout(); $block = $this->getLayout()->createBlock( 'checkout/cart_sidebar', 'PPWD_Custom', array('template' => 'checkout/cart/sidebar.phtml') ); echo $block; // $this->renderLayout(); } ============================================================================================= theme/layout/custom.xml simplecustom/cart_item_renderer groupedcustom/cart_item_renderer_grouped configurablecustom/cart_item_renderer_configurable =============================================================================================