cancel
Showing results for 
Search instead for 
Did you mean: 

How to model a Multipack promotion with hybris 6.5?

Former Member
0 Kudos

Dear friends,

I am trying to model with 6.5 a market-specific promotion which reads like:

"Buy any 2+ combinations of promotional articles and get a discounted price per item."

For example: you have a product A for price 110, B for 120 and C for 125. If you add any combination of A,B and C in the cart, each product item gets a promotional price for 100. Like this:

  • A + A = 200

  • A + B = 200

  • A + B + C = 300

  • B + C + C + C = 400

  • etc.


I tried for several hours to use hybris OOTB promotion rules, but was not able to find a close solution.

Any ideas how that can be modelled without customizations?

Thank you in advance !


Atanas

Former Member
0 Kudos

This promotion can have variations, which are also of interest how to model them with hybris 6.5:

"Buy any 3+ combinations of promotional articles from various groups and get a discounted price per item."

"Buy any 3+ combinations of promotional articles and get another one for free."

"Buy any combinations of promotional articles, for the total of €1000, and get a discounted price per item."

former_member638635
Participant
0 Kudos

To achieve above 3 scenarios, you have to create 3 different promotions mostly with different actiions.

"Buy any 3+ combinations of promotional articles from various groups and get a discounted price per item." promotion: product fixed price [explained in below answer]

"Buy any 3+ combinations of promotional articles and get another one for free." promotion: product_perfect_partner_percentage_discount , give percent as 100%. PFA

Accepted Solutions (0)

Answers (12)

Answers (12)

former_member638635
Participant
0 Kudos

Hope it helps !! 🙂

former_member638635
Participant
0 Kudos

Hi ,

As explained earlier we can achieve the above mentioned functionality using percentage discount on partner products. PFA the screen shot for more information. I tried this example in 6.5 only.Please try yourself and share your thoughts. I triedit for multiple promotion types and it works fine for all like, Buy 2 Get 1 Free [See screenshot], Buy 3 for 10% Off, Buy 5 for -$10 etc. and it works for multiple products not for single products.

Former Member
0 Kudos

Hi , would you be able to share your view on the remark above and let me know if you see a possible solution?

Thank you in advance .

Former Member
0 Kudos

Hi ,

Thank for supporting me in this case. Please note that the attribute "Quantity" in condition "Qualifying products" refers to a single line item i.e. to product A or product B, but not to both. Hence, indicating >= 3 means that the rule will look for 3+ items of A or 3+ items of B. Which is not the same as "3+ of any combination of A and B".

Your example works fine for 3xA or 3+ x A, but not for :

  • A + A +B (which is also 3)

  • A + A + B + B (which is 3+).

As you can see on your last screen, if the rule was working as "any 3+ of A and B", both of the order lines should have been in the promotion. Which is exactly what i need. But it is not the case, unfortunately.

If you think we can brainstorm that further, connect with me on Skype at nasko.aladjov.

Thank you.

former_member638635
Participant
0 Kudos
former_member638635
Participant
0 Kudos

Hi ,

Please try with "product_perfect_partner_fixed_price" promotion. PFB the screenshot for more details.

![alt text][3]

former_member638635
Participant
0 Kudos

Hope, it works for you!!

Former Member
0 Kudos

Hi ,

thank you very much for the answer and the screenshots.

To my understanding "Target fixed price on products" covers every occurrence in the cart for the qualified products i.e. even for 1 of A or for 1 of B. While my case requires "2+" or "3+" i.e. "for any 2 or more" or "for any 3 or more".

I have tried your approach but i could not satisfy the requirement "for any 2 or more" or "for any 3 or more". Please let me know if i am missing something.

Thank you.

former_member638635
Participant
0 Kudos
former_member638635
Participant
0 Kudos

Hi ,

You can achieve the promotion scenario mentioned in your question in Hybris 6.5 by using OOTB promotion "product fixed price". I tried the example mentioned by you and are able to achieve it For example: you have a product A for price 110, B for 120 and C for 125. If you add any combination of A,B and C in the cart, each product item gets a promotional price for 100. Like this:

A + A = 200

A + B = 200

A + B + C = 300

B + C + C + C = 400

PFA the screenshot to see how i created the promotion and end result.

0 Kudos

Hi Atanas,

You can use product_perfect_partner_fixed_price, mention all the products which you want to include for the promotions in qualifying and target container in condition. In action add quantity as 2 for both qualifying and target container and make the target price what you want it to be.

Same way create for quantity as 3.

This will work for all scenarios then.

Please let me know if you have further queries.

Thanks

Former Member
0 Kudos

Hi ,

I have tried this approach for some days already, but did not get satisfactory results. If I follow your example, I have used the same action : Partner product target fixed price.

what works is:

  • exactly 2 items of the A,B and C i.e. A+B, B+C or A+C

  • only when they are different i.e. A+B, but not A+A

What does NOT work, but i need, is:

  • 2*+* items i.e. A+B , A+C, but also A+B+C

  • 2*+* of the same item i.e. A+A or A+A+A

Note the "+": This is the critical point for which i have not found yet a solution.

Former Member
0 Kudos

... Those are the issues described in the original blogpost. Actually, so far NONE of the scenarios, described originally, are working with the suggested solutions.

I am attaching a screenshots to see my rule definition: . Another screenshot is from a failing promotion where 2 items get the promotion, but not the 2*+* articles .

Any ideas how to achieve the desired results is welcome. Thank you !

0 Kudos

Hi ,

Ping me at +91-9873282868 on whatsapp, I think we can work this out.

Thanks

RaufAliev
Participant
0 Kudos

See https://hybrismart.com/2016/12/17/excluding-certain-products-from-total-cart-value-calculation-promo...

The idea is to create two promotions and link them with each other. First promotion checks if the products are from the list/category and raises the internal flag. This internal flag is used by the second promotion rule, and the system applies the discounts for the products from the list/category.

Former Member
0 Kudos

Thank you, Rauf.

Former Member
0 Kudos

I have made the Promotions and Rules Product Team aware of this question and hope to get a response here from them soon...

Former Member
0 Kudos

Thank you, Brian for the quick support.