Tag Archives: Magento get cart shipping cost from cart session
Magento get cart shipping cost
Magento get cart shipping cost
Magento get cart shipping cost Syntax
You can get Shipping cost applied on cart as below :
Mage::getSingleton('checkout/session')->getQuote()->getShippingAddress()->getShippingAmount();
$totals = Mage::getSingleton('checkout/session')->getQuote()->getTotals();
// will return total object