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