
Public Member Functions | |
| getCheckoutUrl () | |
| getQuote () | |
| _toHtml () | |
Definition at line 34 of file Link.php.
| _toHtml | ( | ) |
Render block HTML
Reimplemented from Mage_Core_Block_Template.
Definition at line 46 of file Link.php.
00047 { 00048 if (!Mage::helper('checkout')->isMultishippingCheckoutAvailable()){ 00049 return ''; 00050 } 00051 00052 return parent::_toHtml(); 00053 }
| getCheckoutUrl | ( | ) |
| getQuote | ( | ) |
Definition at line 41 of file Link.php.
00042 { 00043 return Mage::getSingleton('checkout/session')->getQuote(); 00044 }
1.5.8