Mage_Checkout_Helper_Url Class Reference

Inheritance diagram for Mage_Checkout_Helper_Url:

Mage_Core_Helper_Url Mage_Core_Helper_Abstract

List of all members.

Public Member Functions

 getCartUrl ()
 getCheckoutUrl ()
 getMSCheckoutUrl ()
 getMSLoginUrl ()
 getMSAddressesUrl ()
 getMSShippingAddressSavedUrl ()
 getMSRegisterUrl ()
 getOPCheckoutUrl ()


Detailed Description

Checkout url helper

Author:
Magento Core Team <core@magentocommerce.com>

Definition at line 32 of file Url.php.


Member Function Documentation

getCartUrl (  ) 

Retrieve shopping cart url

Returns:
string

Definition at line 39 of file Url.php.

00040     {
00041         return $this->_getUrl('checkout/cart');
00042     }

getCheckoutUrl (  ) 

Retrieve checkout url

Returns:
string

Definition at line 49 of file Url.php.

00050     {
00051         return $this->_getUrl('checkout/onepage');
00052     }

getMSAddressesUrl (  ) 

Definition at line 73 of file Url.php.

00074     {
00075         return $this->_getUrl('checkout/multishipping/addresses');
00076     }

getMSCheckoutUrl (  ) 

Multi Shipping (MS) checkout urls Retrieve multishipping checkout url

Returns:
string

Definition at line 63 of file Url.php.

00064     {
00065         return $this->_getUrl('checkout/multishipping');
00066     }

getMSLoginUrl (  ) 

Definition at line 68 of file Url.php.

00069     {
00070         return $this->_getUrl('checkout/multishipping/login', array('_secure'=>true, '_current'=>true));
00071     }

getMSRegisterUrl (  ) 

Definition at line 83 of file Url.php.

00084     {
00085         return $this->_getUrl('checkout/multishipping/register');
00086     }

getMSShippingAddressSavedUrl (  ) 

Definition at line 78 of file Url.php.

00079     {
00080         return $this->_getUrl('checkout/multishipping_address/shippingSaved');
00081     }

getOPCheckoutUrl (  ) 

One Page (OP) checkout urls

Definition at line 91 of file Url.php.

00092     {
00093         return $this->_getUrl('checkout/onepage');
00094     }


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