Magento get admin quote cart shipping cost
Magento get admin quote cart shipping cost
Magento get admin quote cart shipping cost Syntax
You can get Shipping cost applied on quote cart as below :
Mage::getSingleton('adminhtml/session_quote')->getQuote()->getShippingAddress()->getShippingAmount();
Which will return shipping amount applied on quote.
Advertisements