Magento Question:
How to get the total price of items currently in the Cart?
Answer:
<!--?php helper('checkout')--->formatPrice(Mage::getSingleton('checkout/cart')->getQuote()->getGrandTotal()); ?>
Previous Question | Next Question |
How to set different themes for logged in users? | How to create magento custom module? |