Free shiping coupon usage is not tracked #3506
Labels
bug report
Component: Checkout
Issue: Ready for Work
Gate 4. Acknowledged. Issue is added to backlog and ready for development
Hi.
Found an issue that usage of free shipping coupons is not tracked correctly. Steps to reproduce:
Tested on 2.0.2. Seems it comes from https://github.com/magento/magento2/blob/develop/app/code/Magento/SalesRule/Observer/SalesOrderAfterPlaceObserver.php#L60. It bypasses coupon usage processing with
$order->getDiscountAmount() == 0
if no discount amount was applied but we just allow free shipping, not some particular discount.The text was updated successfully, but these errors were encountered: