Public Member Functions | |
getCheckout () |
Definition at line 34 of file Abstract.php.
getCheckout | ( | ) |
Retrieve multishipping checkout model
Definition at line 41 of file Abstract.php.
00042 { 00043 return Mage::getSingleton('checkout/type_multishipping'); 00044 }