Mage_Checkout_Block_Success Class Reference

Inheritance diagram for Mage_Checkout_Block_Success:

Mage_Core_Block_Template Mage_Core_Block_Abstract Varien_Object

List of all members.

Public Member Functions

 getRealOrderId ()


Detailed Description

Definition at line 28 of file Success.php.


Member Function Documentation

getRealOrderId (  ) 

Definition at line 30 of file Success.php.

00031     {
00032         $order = Mage::getModel('sales/order')->load($this->getLastOrderId());
00033         #print_r($order->getData());
00034         return $order->getIncrementId();
00035     }


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

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