cancel
Showing results for 
Search instead for 
Did you mean: 

Negative OnDemand Unit Price for tax calculation when applying multiple promotions.

Former Member
0 Kudos

Hi , the DefaultOnDemandPromotionService is causing the onDemandUnitPrice (when sending unit price for tax calculation to an external system) to be negative on orderlines that have 0 effective total price (as a consequence of a promotion), when a Product level promotion (ProductPercentageDiscountPromotion / ProductMultiBuyPromotion/ ProductBundlePromotion etc.) is also applied on the cart. This is causing the external tax calculation to fail. Is this a known issue?

thanks, Avdhey

Accepted Solutions (1)

Accepted Solutions (1)

former_member357259
Active Contributor
0 Kudos

You will have to add some custom logic to avoid mutliple promotions changing the sale price to negative. This doesn't happen by default in the promotions module.

The new promotion engine (planned to be released next year) will take care of this automatically.

Answers (1)

Answers (1)

Former Member
0 Kudos

thanks Charles, Will add custom logic to avoid this.