getCustomer()->getName(); } public function getEmail() { return (string)Mage::getSingleton('customer/session')->getCustomer()->getEmail(); } public function getProductId() { return $this->getRequest()->getParam('id'); } public function getMaxRecipients() { $sendToFriendModel = Mage::registry('send_to_friend_model'); return $sendToFriendModel->getMaxRecipients(); } }