cancel
Showing results for 
Search instead for 
Did you mean: 

[Pricing] How to apply surcharge based total order value

Former Member
0 Kudos

Hi all,

Does condition in header can be determinated automatically, then distribute to item.

for CASE:

If total value in order less $200, then apply surcharge $5,

if one order:

item 10: 180 less than 200 -> surcharge $5

item 20: 160 less than 200 -> surcharge $5

However the total value of this order is $340 is greate then $200, there should no surcharge for this order.

How to solve this case in pricing.

Many thanks,

steven

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hi steven

could you please explain me how to include a surcharge for an item in the order? where do we have to do the configuration for this ?

thankyou very much

bj

Shiva_Ram
Active Contributor
0 Kudos

HI,

In SPRO, for the pricing condition type, you can check the field Group condition, which you can find under Group condition header. This will resolve your issue.

Regards

Former Member
0 Kudos

Hi,

This can be achieved through a routine which is attached to the condition type in the item level. It should check if the net value of the order is less or greater than 200$ and if yes then charge else not to charge.

Thanks

Krishna.