Mage_Checkout_Helper_Url Class Reference
List of all members.
Detailed Description
Checkout url helper
- Author:
- Magento Core Team <core@magentocommerce.com>
Definition at line 32 of file Url.php.
Member Function Documentation
Retrieve shopping cart url
- Returns:
- string
Definition at line 39 of file Url.php.
00040 {
00041 return $this->_getUrl('checkout/cart');
00042 }
Retrieve checkout url
- Returns:
- string
Definition at line 49 of file Url.php.
00050 {
00051 return $this->_getUrl('checkout/onepage');
00052 }
Definition at line 73 of file Url.php.
00074 {
00075 return $this->_getUrl('checkout/multishipping/addresses');
00076 }
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 }
Definition at line 68 of file Url.php.
00069 {
00070 return $this->_getUrl('checkout/multishipping/login', array('_secure'=>true, '_current'=>true));
00071 }
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 }
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:
- app/code/core/Mage/Checkout/Helper/Url.php