示例#1
0
 /**
  * Class constructor
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->setProductId($this->getRequest()->getParam('id'));
     $this->setTemplate('bluecom/catalog/product/edit/super/config.phtml');
     $this->setId('config_super_product');
     $this->setCanEditPrice(true);
     $this->setCanReadPrice(true);
 }
 public function __construct()
 {
     parent::__construct();
     $this->setCanEditPrice(false);
     $this->setCanReadPrice(false);
 }
示例#3
0
 protected function _toHtml()
 {
     $html = parent::_toHtml();
     $html = str_replace('<div id="super_product_links">', $this->getLayout()->createBlock('amdefconf/adminhtml_catalog_product_edit_tab_super_default', 'amdefconf.default')->toHtml() . '<div id="super_product_links">', $html);
     return $html;
 }
示例#4
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('colorselectorplus/catalog/product/edit/super/config.phtml');
 }
示例#5
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('udprod/catalogProductEditSuper/config.phtml');
 }