Example #1
0
 public function preDispatch()
 {
     parent::preDispatch();
     $this->_title = $this->__('My Out of Stock Subscriptions');
     $this->_type = "stock";
 }
Example #2
0
 public function preDispatch()
 {
     parent::preDispatch();
     $this->_title = $this->__('My Price Subscriptions');
     $this->_type = "price";
 }