예제 #1
0
파일: Abstract.php 프로젝트: rajarshc/Rooja
 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');
 }
예제 #2
0
파일: Cart.php 프로젝트: AleksNesh/pandora
 public function _construct()
 {
     parent::_construct();
     $this->setTemplate('giftwrap/cart_page.phtml');
 }