コード例 #1
0
ファイル: Pointrules.php プロジェクト: ntnhan220488/ggm
 public function _construct()
 {
     parent::_construct();
     $this->_init('rewardpoints/pointrules');
     //('rewardpoints/pointrules')->checkRule($to_validate);
     $this->_types = array(self::RULE_TYPE_CART => Mage::helper('rewardpoints')->__('Cart rule'), self::RULE_TYPE_DATAFLOW => Mage::helper('rewardpoints')->__('Import rule'));
     $this->_action_types = array(self::RULE_ACTION_TYPE_ADD => Mage::helper('rewardpoints')->__('Add / remove points'), self::RULE_ACTION_TYPE_DONTPROCESS => Mage::helper('rewardpoints')->__("Don't process points"));
 }
コード例 #2
0
 /**
  * Init resource model and id field
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_init('catalogrule/rule');
     $this->setIdFieldName('rule_id');
 }
コード例 #3
0
ファイル: Profile.php プロジェクト: AleksNesh/pandora
 protected function _construct()
 {
     parent::_construct();
     $this->_init('xtento_orderexport/profile');
 }
コード例 #4
0
ファイル: Creditcode.php プロジェクト: javik223/Evron-Magento
 public function _construct()
 {
     parent::_construct();
     $this->_init('customercredit/creditcode');
 }
コード例 #5
0
ファイル: Rule.php プロジェクト: rcclaudrey/dev
 public function _construct()
 {
     parent::_construct();
     $this->_init('amacart/rule');
 }
コード例 #6
0
 public function _construct()
 {
     parent::_construct();
     $this->_init('advancednewsletter/automanagement');
 }
コード例 #7
0
ファイル: Segment.php プロジェクト: jpbender/mage_virtual
 /**
  * Intialize model
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_init('enterprise_customersegment/segment');
 }
コード例 #8
0
 public function _construct()
 {
     parent::_construct();
     $this->_init('awafptc/rule');
 }
コード例 #9
0
ファイル: Rule.php プロジェクト: jpbender/mage_virtual
 /**
  * Intialize model
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_init('enterprise_reminder/rule');
 }
コード例 #10
0
ファイル: Rule.php プロジェクト: bevello/bevello
 protected function _construct()
 {
     parent::_construct();
     $this->_init('bronto_reminder/rule');
 }
コード例 #11
0
ファイル: Rule.php プロジェクト: relue/magento2
 protected function _construct()
 {
     parent::_construct();
     $this->_init('Mage_SalesRule_Model_Resource_Rule');
     $this->setIdFieldName('rule_id');
 }
コード例 #12
0
ファイル: Rule.php プロジェクト: AmineCherrai/rostanvo
 public function _construct()
 {
     parent::_construct();
     $this->_init('customerreward/rule');
     $this->setIdFieldName('rule_id');
 }
コード例 #13
0
ファイル: Rule.php プロジェクト: HPTTeam/hackathon
 public function _construct()
 {
     Mage_Rule_Model_Rule::_construct();
     $this->_init('points/rule');
     $this->setIdFieldName('rule_id');
 }
コード例 #14
0
ファイル: Rule.php プロジェクト: jokusafet/MagentoSource
 public function _construct()
 {
     parent::_construct();
     $this->_init('ambanners/rule');
 }
コード例 #15
0
ファイル: Program.php プロジェクト: billadams/forever-frame
 public function _construct()
 {
     parent::_construct();
     $this->_init('affiliateplusprogram/program');
 }
コード例 #16
0
ファイル: Rule.php プロジェクト: santhosh400/ecart
 protected function _construct()
 {
     parent::_construct();
     $this->_init('feedexport/rule');
     $this->setIdFieldName('rule_id');
 }
コード例 #17
0
ファイル: Rule.php プロジェクト: AleksNesh/pandora
 public function _construct()
 {
     parent::_construct();
     $this->_init('amshiprestriction/rule');
 }
コード例 #18
0
 public function _construct()
 {
     parent::_construct();
     $this->_init('rewardpointsreferfriends/rewardpointsspecialrefer');
     $this->setIdFieldName('special_refer_id');
 }