setTemplate('epay/standard/email.phtml'); parent::_construct(); } public function _toHtml() { $html = $this->renderView(); return $html; } public function toPdf() { $this->setTemplate('payment/info/pdf/default.phtml'); return $this->toHtml(); } public function getMethod() { return Mage::getModel('epay/standard'); } }