Wednesday 4 June 2014

How to get the Total Price of items currently in the Cart?

Here is the way to do this........
 
<pre>Mage::helper('checkout')->formatPrice(Mage::getSingleton('checkout/cart')->getQuote()->getGrandTotal());</pre>
 
reference: http://jaseir.com/uncategorized/how-to-get-the-total-price-of-items-currently-in-the-cart/
 

No comments:

Post a Comment