Example #1
0
 protected function _construct()
 {
     parent::_construct();
     $this->addItemRender('grouped', 'checkout/cart_item_renderer_grouped', 'checkout/cart/item/default.phtml');
     $this->addItemRender('configurable', 'checkout/cart_item_renderer_configurable', 'checkout/cart/item/default.phtml');
 }
Example #2
0
 public function _construct()
 {
     parent::_construct();
     $this->setTemplate('giftwrap/cart_page.phtml');
 }