Enter tracking number reference of Magento

ex.

Magento 2 Order Grand Total Wrong : Useful Links

community.magento.com

WRONG! On Order print, Grand Total is 29.00 , but the correct value would be 27.85 (GrandTotal) = 23.00(Subtotal) - 1.15 (Discount) + ...

github.com

why this above statement added? here should be some condition if order total without tax then need to do this?

community.magento.com

system > configuration > Sales > Tax > Orders Invoices > Include Tax In Grand Total?

magento.stackexchange.com

Other than the single totals (subtotal, tax, shipping, discount) which you can reorder in Stores > Configuration > Sales > Sales > Checkout ...

stackoverflow.com

You could check the configuration "Apply Discount on prices -> including tax / excluding tax" if it's set to including tax. You'll find it in ...

magento.stackexchange.com

Also I think you are not updating grand total and base grand total when applying custom discount programmatically. You have to update these 2 values when ...

magento.stackexchange.com

I think you need to rewrite your rules. Rule #1. Discount cart to 0.00 if order amount is less than 100.00EUR. For this rule, set the CONDITIONS as follows:

stackoverflow.com

In the confirmation email, there should be no call to $this->helper('checkout')-> formatPrice(...) anywhere. If this is the case, the order email uses ...

mage2.pro

Magento 2 Wrong base grand total and grand total response of save


Related searches