Use the below code to subtotal and grand total of cart in Magento
$sub_total = Mage::getModel('checkout/cart')->getQuote()->getSubtotal(); $grand_total = Mage::getModel('checkout/cart')->getQuote()->getGrandTotal();
Cheers!
Amjath
Use the below code to subtotal and grand total of cart in Magento
$sub_total = Mage::getModel('checkout/cart')->getQuote()->getSubtotal(); $grand_total = Mage::getModel('checkout/cart')->getQuote()->getGrandTotal();
Cheers!
Amjath