Mage_Checkout_Block_Multishipping_Success Class Reference

Inheritance diagram for Mage_Checkout_Block_Multishipping_Success:

Mage_Checkout_Block_Multishipping_Abstract Mage_Core_Block_Template Mage_Core_Block_Abstract Varien_Object

List of all members.

Public Member Functions

 getOrderIds ()
 getViewOrderUrl ($orderId)
 getContinueUrl ()


Detailed Description

Definition at line 34 of file Success.php.


Member Function Documentation

getContinueUrl (  ) 

Definition at line 52 of file Success.php.

00053     {
00054         return Mage::getBaseUrl();
00055     }

getOrderIds (  ) 

Definition at line 36 of file Success.php.

00037     {
00038         $ids = Mage::getSingleton('core/session')->getOrderIds(true);
00039 //        Zend_Debug::dump(Mage::getSingleton('core/session')->getOrderIds());
00040         if ($ids && is_array($ids)) {
00041             return $ids;
00042             return implode(', ', $ids);
00043         }
00044         return false;
00045     }

getViewOrderUrl ( orderId  ) 

Definition at line 47 of file Success.php.

00048     {
00049         return $this->getUrl('sales/order/view/', array('order_id' => $orderId, '_secure' => true));
00050     }


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

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