Protected Member Functions | |
_toHtml () |
Definition at line 34 of file Success.php.
_toHtml | ( | ) | [protected] |
Success page
Reimplemented from Mage_Core_Block_Abstract.
Definition at line 41 of file Success.php.
00042 { 00043 echo "<p><strong>{$this->__('Thank you for your purchase!') }</strong></p>\n"; 00044 echo $this->__('You will receive an order confirmation email with details of your order and a link to track its progress.<br/>'); 00045 00046 00047 return ''; 00048 }