Autoshipping
Autoshipping copied to clipboard
Use in Minicart
I can display the shipping select in the minicart and the shipping value added via
$quote = Mage::getModel('checkout/session')->getQuote();
$shipping = $quote->getShippingAddress()->getShippingAmount();
wil update once I have accessed the car but it will not on chaning the select. How can I add this function to the minicart?