We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I can display the shipping select in the minicart and the shipping value added via
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?
The text was updated successfully, but these errors were encountered: