コード例 #1
0
 /**
  * Internal contructor
  *
  */
 protected function _construct()
 {
     parent::_construct();
     $this->addColumnCountLayoutDepend('one_column', 5)->addColumnCountLayoutDepend('two_columns_left', 4)->addColumnCountLayoutDepend('two_columns_right', 4)->addColumnCountLayoutDepend('three_columns', 3);
     $this->addPriceBlockType('bundle', 'bundle/catalog_product_price', 'bundle/catalog/product/price.phtml');
 }
コード例 #2
0
ファイル: New.php プロジェクト: hazaeluz/magento_connect
 /**
  * Internal contructor
  *
  */
 protected function _construct()
 {
     parent::_construct();
     $this->addPriceBlockType('bundle', 'bundle/catalog_product_price', 'bundle/catalog/product/price.phtml');
 }
コード例 #3
0
ファイル: New.php プロジェクト: nil12285/gwine
 protected function _construct()
 {
     parent::_construct();
 }