Quantcast
Channel: Amjath.com
Viewing all articles
Browse latest Browse all 14

Get subtotal and grand total in Magento

$
0
0

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


Viewing all articles
Browse latest Browse all 14

Trending Articles