Exemplo n.º 1
0
 public function __construct()
 {
     $this->_controller = 'manage_currency';
     $this->_blockGroup = 'rewards';
     $this->_headerText = Mage::helper('rewards')->__('Currency Manager');
     parent::__construct();
 }
Exemplo n.º 2
0
 public function __construct()
 {
     $this->_controller = 'manage_customer_points';
     $this->_blockGroup = 'rewards';
     $this->_headerText = Mage::helper('rewards')->__("Customer Points");
     parent::__construct();
 }
Exemplo n.º 3
0
 public function __construct()
 {
     $this->_controller = 'manage_transfer';
     $this->_blockGroup = 'rewards';
     $this->_headerText = Mage::helper('rewards')->__('All Points Transfers');
     parent::__construct();
 }
Exemplo n.º 4
0
 public function __construct()
 {
     $this->_controller = 'manage_promo_quote';
     $this->_blockGroup = "rewards";
     $this->_headerText = Mage::helper('rewards')->__('Shopping Cart Points Rules');
     $this->_addButtonLabel = Mage::helper('rewards')->__('Add New Rule');
     parent::__construct();
 }
Exemplo n.º 5
0
 public function __construct()
 {
     $this->_addButton('apply_rules', array('label' => Mage::helper('catalogrule')->__('Apply Rules'), 'onclick' => "location.href='" . $this->getUrl('*/*/applyRules/type/' . self::RULE_TYPE . '/') . "'", 'class' => ''));
     $this->_controller = 'manage_promo_catalog_distributions';
     $this->_blockGroup = "rewards";
     $this->_headerText = Mage::helper('rewards')->__('Catalog Points Earning Rules');
     $this->_addButtonLabel = Mage::helper('rewards')->__('Add New Catalog Earning Rule');
     parent::__construct();
 }
Exemplo n.º 6
0
 public function __construct()
 {
     $this->_addButton('apply_rules', array('label' => Mage::helper('rewards')->__('Apply Rules'), 'onclick' => "location.href='" . $this->getApplyRulesUrl() . "'", 'class' => ''));
     $this->_controller = 'manage_promo_catalog';
     $this->_blockGroup = "rewards";
     $this->_headerText = Mage::helper('rewards')->__('Catalog Points Rules');
     $this->_addButtonLabel = Mage::helper('rewards')->__('Add New Rule');
     parent::__construct();
 }