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


Advertisements

Add Comment

📖 Read More