Magneto get carts subtotal : You can get cart’s subtotal simply as below.
Magneto get carts subtotal Syntax
$cartSubTotal = Mage::helper('checkout/cart')->getQuote()->getSubtotal();
Which will return the subtotal of the cart.
$cartSubTotal = Mage::helper('checkout/cart')->getQuote()->getSubtotal();
Which will return the subtotal of the cart.