Magento Question: Download Magento PDF

How to get the total price of items currently in the Cart?

Tweet Share WhatsApp

Answer:

<!--?php helper('checkout')--->formatPrice(Mage::getSingleton('checkout/cart')->getQuote()->getGrandTotal()); ?>

Download Magento PDF Read All 38 Magento Questions
Previous QuestionNext Question
How to set different themes for logged in users?How to create magento custom module?