cancel
Showing results for 
Search instead for 
Did you mean: 

How to add Multiple Order threshold/CartTotal condition and discount associated with that threshold in single promotion in Hybris 6.6 version

Former Member
0 Kudos

Hello,

I have requirement to add Multiple Order threshold condition and discount associated with that threshold in single promotion in Hybris 6.6 version.

For example:

  • If CartTotal >= 100 Give 10% discount on Cart

  • If CartTotal >= 200 Give 20% discount on cart

  • If CartTotal >= 500 Give 30% disocunt on cart

So How can I set this multiple cartTotal condition in Condition section of promotion rule and this multiple discount associated with that Threshold in Action Section within Single promotion.

Currently we have created multiple rules for each cartTotal/Threshold value and priority in increasing order. That is working as expected in terms of creating multiple promotion rules for each threshold.

But how to achieve this multiple scenario in single promotion rule? What can be the approach to implement this behavior. Please share the ideas if any.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Dimple,

to achieve this I suggest, you should try creating 3 new separate Promotion Rules. Each should have adequate conditions.

For example:

As you can notice Container cart200 has Cart total attribute limited-ranged. This prevents triggering it unwillingly.

In administration panel it should has set maximum number of executions.

Additionally, new Promotion rule, which has in Conditions section Group (or) condition and 3 created earlier Promotion rules cart100, cart200 and cart500 within it and in Action section Percentage discount on cart (10%), should be created.

Please remember about setting in Administration panel 3 Maximum Rule Executions.

It should work fine, but as you can see it is twisted and I advise you to keep promotions logic as simple as possible and divide it into smaller blocks.

Hope that helps,