Guest User

Untitled

a guest
Jan 19th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. public function process() {
  2. $email = Mage::getModel('productalert/email');
  3. /* @var $email Mage_ProductAlert_Model_Email */
  4. $this->_processPrice($email);
  5. $this->_processStock($email);
  6. $this->_sendErrorEmail();
  7.  
  8. return $this;
  9. }
Add Comment
Please, Sign In to add comment