setTemplate('payment/info/purchaseorder.phtml'); } public function toPdf() { $this->setTemplate('payment/info/pdf/purchaseorder.phtml'); return $this->toHtml(); } }