コード例 #1
0
ファイル: Select.php プロジェクト: hyhoocchan/mage-local
 /**
  * Class constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('catalog/product/edit/options/type/select.phtml');
     $this->setCanEditPrice(true);
     $this->setCanReadPrice(true);
 }
コード例 #2
0
ファイル: Swatch.php プロジェクト: BBFMedia/Ip_Swatches
 /**
  * Class constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('swatches/product/edit/options/type/swatch.phtml');
 }
コード例 #3
0
ファイル: Text.php プロジェクト: codercv/urbansurprisedev
 public function __construct()
 {
     parent::__construct();
     $this->setTemplate('catalog/product/edit/options/type/text.phtml');
 }
コード例 #4
0
ファイル: Text.php プロジェクト: xiaoguizhidao/BumblebeeSite
 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');
 }