Example #1
0
 public function __construct()
 {
     parent::__construct();
     if (!Mage::helper('mageworx_customoptions')->isEnabled()) {
         return $this;
     }
     $this->setTemplate('mageworx/customoptions/catalog-product-edit-options.phtml');
 }
Example #2
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('customoptions/catalog-product-edit-options.phtml');
 }
Example #3
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('formbuilder/catalog/product/edit/options.phtml');
 }