Magento saves each item respective discount on sales_flat_quote_item table at column discount_amount . This Discount Amount is stored in ...
As you are loading the order model you can use the getDiscountAmount method. $discount = $myOrder->getDiscountAmount();. You can get ...
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 ...
I have created a coupon code in magento which applies the 5% discount , if subtotal is greater or equal $100. How can I get the discount amount ...
The projected Sales Subtotal, Sales Discount, and Sales Total columns show the aggregated amounts from both orders, but only the actual ...
How to get the coupon code discount amount for the current session order in Magento · php magento. I'm trying to find a code that will give me the ...
Some Users come and add product in cart apply this coupon and get 50% off on
... of the \Magento\Sales\Model\Order class: The getBaseDiscountAmount() method returns a discount amount in the store's base currency. T…
you can add new row after specific content directly to your email template to get Discount amount from order object as below.