Public Member Functions | |
getPaymentInfo () | |
Protected Member Functions | |
_toHtml () |
Definition at line 34 of file Info.php.
_toHtml | ( | ) | [protected] |
Render block HTML
Reimplemented from Mage_Core_Block_Template.
Definition at line 46 of file Info.php.
00047 { 00048 $html = ''; 00049 if ($block = $this->getChild($this->_getInfoBlockName())) { 00050 $html = $block->toHtml(); 00051 } 00052 return $html; 00053 }
getPaymentInfo | ( | ) |
Retrieve payment info model
Reimplemented from Mage_Payment_Block_Info_Container.
Definition at line 41 of file Info.php.
00042 { 00043 return Mage::getSingleton('checkout/type_multishipping')->getQuote()->getPayment(); 00044 }