Example #1
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('rocketweb_cov/catalog/product/edit/options/option.phtml');
     $this->setCanReadPrice(true);
     $this->setCanEditPrice(true);
 }
Example #2
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('customoptiondescription/catalog/product/edit/options/option.phtml');
 }
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('edge/customoptionimage/product/edit/options/option.phtml');
 }
Example #4
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('davidjordan/customtagoption/catalog/product/edit/options/option.phtml');
 }
Example #5
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('swatches/product/edit/options/option.phtml');
     $this->setSwatchGroup(Ip_Swatches_Model_Product_Option::OPTION_GROUP_SWATCH);
 }
Example #6
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('scene7/catalog/product/edit/options/option.phtml');
 }