on 2019 Jun 21 10:09 PM
Request clarification before answering.
,
As per the screenshots attached, it is observed that there are two discounts i.e. Product level(10) and Order level(13.97) so total discount in the summary page is (10 + 13.97 ) 23.97 which is calculated in AbstractOrderPopulator -> addPromotions() method for display purpose. This is default OOTB behavior.
Below is the code snippet:
prototype.setTotalDiscounts(createPrice(source, Double.valueOf(productsDiscountsAmount + orderDiscountsAmount)));
But in Backoffice, the value shown is the Order/Cart level discount which doesn't include the item discounts.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.