Example #1
0
 /**
  * Initialize block
  */
 protected function _construct()
 {
     parent::_construct();
     Mage::dispatchEvent('product_option_renderer_init', array('block' => $this));
 }
Example #2
0
 public function _construct()
 {
     parent::_construct();
     $this->addOptionsRenderCfg('default', 'catalog/product_configuration', 'wishlist/options_list.phtml');
 }
Example #3
0
 public function _construct()
 {
     parent::_construct();
     $this->addOptionsRenderCfg('default', 'Mage_Catalog_Helper_Product_Configuration', 'options_list.phtml');
 }