Public Member Functions | |
getItems () | |
getTotals () |
Definition at line 34 of file Info.php.
getItems | ( | ) |
Definition at line 36 of file Info.php.
00037 { 00038 return Mage::getSingleton('checkout/session')->getQuote()->getAllVisibleItems(); 00039 }
getTotals | ( | ) |
Definition at line 41 of file Info.php.
00042 { 00043 return Mage::getSingleton('checkout/session')->getQuote()->getTotals(); 00044 }