/**
  * 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
 /**
  * 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();
 }