I have products which have percentage discount like %10. When I applied cart total based promotion like free delivery, promotion considers cart total price without percentage discount. But user sees the discounted cart total, so problem occurs.
Product price = 100 USD
discount %10
promotion is if cart total >= 95 USD free delivery
we want add delivery cost because after discount total 90 USD
condition apply free cost delivery because takes cart total as 100 USD without discount
How can handle this? We are using european1 price and hybris 6.4.