Created
September 16, 2016 10:36
-
-
Save mcjwsk/df5250923097950dbae61118e6c71ee7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$quote = Mage::getModel('sales/quote')->load(123); | |
echo $quote->getShippingAddress()->getDiscountAmount(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment