If you can load order object then you should be able to get discount by this simple code: $order->getDiscountAmount();. Moreover, if you want to see all applied ...
$order = Mage::getModel('sales/order')->loadByIncrementId('100000009'); $ discountAmount = array(); foreach ($order->getAllItems() as $item) ...
Information, Display detailed information about the order and account, including the billing and
As you are loading the order model you can use the getDiscountAmount method. $discount = $myOrder->getDiscountAmount();. You can get ...
The projected Sales Subtotal, Sales Discount, and Sales Total columns show the aggregated amounts from both orders, but only the actual ...
... of the \Magento\Sales\Model\Order class: The getBaseDiscountAmount() method returns a discount amount in the store's base currency. T…
i create have create a Shopping Cart Price Rule with 5% discount amount.
Order item total value (quantity * price), Total value of an order item at the time of sale after catalog price rules, tiered discounts, and special pricing are applied ...
Solved: How can we add new column with custom data in the “Order Export CSV” like discount amount, coupon code, Product Attributes?
Some Users come and add product in cart apply this coupon and get 50% off on cart items.