Skip to content

Instantly share code, notes, and snippets.

@mcjwsk
Created September 16, 2016 10:36
Show Gist options
  • Save mcjwsk/df5250923097950dbae61118e6c71ee7 to your computer and use it in GitHub Desktop.
Save mcjwsk/df5250923097950dbae61118e6c71ee7 to your computer and use it in GitHub Desktop.
<?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