I'm looking into commerce module for drupal 8 and using its submodule commerce promotion. So i only want to get discounted price in current user cart. i got coupon code but that doesn't help to get discounted amount.
Please help.
I'm looking into commerce module for drupal 8 and using its submodule commerce promotion. So i only want to get discounted price in current user cart. i got coupon code but that doesn't help to get discounted amount.
Please help.
Here i want to share how i got discount problem fixed. Discounts are in adjustment per order_item in order object. So i got discounted amount by below: