コード例 #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');
 }