Example #1
0
 public function __construct()
 {
     parent::__construct();
     if (!Mage::helper('mageworx_customoptions')->isEnabled()) {
         return $this;
     }
     $this->setTemplate('mageworx/customoptions/catalog-product-edit-options-type-select.phtml');
 }
Example #2
0
 /**
  * Class constructor
  */
 public function __construct()
 {
     parent::__construct();
     $isProductEdit = Mage::helper('formbuilder')->isProductEdit();
     if (!$isProductEdit) {
         $this->setTemplate('formbuilder/catalog/product/edit/options/type/select.phtml');
     }
     $this->setCanEditPrice(false);
     $this->setCanReadPrice(false);
 }
Example #3
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('customoptions/options-edit-tab-options-type-select.phtml');
 }
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('customoptions/catalog-product-edit-options-type-select.phtml');
 }
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('edge/customoptionimage/product/edit/options/type/select.phtml');
 }
Example #6
0
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('davidjordan/customtagoption/catalog/product/edit/options/type/select.phtml');
 }