Mage_AmazonPayments_Block_Cba_Success Class Reference

Inheritance diagram for Mage_AmazonPayments_Block_Cba_Success:

Mage_Core_Block_Abstract Varien_Object

List of all members.

Protected Member Functions

 _toHtml ()


Detailed Description

Definition at line 34 of file Success.php.


Member Function Documentation

_toHtml (  )  [protected]

Success page

Returns:
string

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     }


The documentation for this class was generated from the following file:

Generated on Sat Jul 4 17:23:30 2009 for Magento by  doxygen 1.5.8