Esempio n. 1
0
 /**
  * Class constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('catalog/product/edit/options/type/select.phtml');
     $this->setCanEditPrice(true);
     $this->setCanReadPrice(true);
 }
Esempio n. 2
0
 /**
  * Class constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('swatches/product/edit/options/type/swatch.phtml');
 }
Esempio n. 3
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('catalog/product/edit/options/type/text.phtml');
 }
Esempio n. 4
0
 public function __construct()
 {
     parent::__construct();
     //Set the template to our's so we can add the additional fields for the regex information
     $this->setTemplate('demac/customoptionsregex/catalog/product/edit/options/type/text.phtml');
 }