示例#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
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('colorselectorplus/catalog/product/edit/super/config.phtml');
 }
示例#4
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('udprod/catalogProductEditSuper/config.phtml');
 }