예제 #1
0
파일: Options.php 프로젝트: Eximagen/pfizer
 public function __construct()
 {
     parent::__construct();
     if (!Mage::helper('mageworx_customoptions')->isEnabled()) {
         return $this;
     }
     $this->setTemplate('mageworx/customoptions/catalog-product-edit-options.phtml');
 }
예제 #2
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('customoptions/catalog-product-edit-options.phtml');
 }
예제 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('formbuilder/catalog/product/edit/options.phtml');
 }