Exemplo n.º 1
0
 protected function _construct()
 {
     parent::_construct();
     if ($customer = $this->getCustomer()) {
         $this->_money_per_point = Mage::getModel('customerreward/rate')->getPointToMoneyRate($customer->getWebsiteId(), $customer->getGroupId());
     }
 }
Exemplo n.º 2
0
 public function _construct()
 {
     parent::_construct();
 }
 public function _construct()
 {
     $this->_setAvailableMethods();
     parent::_construct();
 }