getLayout()->getBlock('head')) { $headBlock->setTitle($this->__('Print Order # %s', $this->getOrder()->getRealOrderId())); } $this->setChild( 'payment_info', $this->helper('payment')->getInfoBlock($this->getOrder()->getPayment()) ); } public function getPaymentInfoHtml() { return $this->getChildHtml('payment_info'); } public function getOrder() { return Mage::registry('current_order'); } protected function _prepareItem(Mage_Core_Block_Abstract $renderer) { $renderer->setPrintStatus(true); return parent::_prepareItem($renderer); } }