cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Can a single account have two promotions for different product types?

Former Member
0 Likes
455

Currently in v5.4 we cannot setup multiple promotions for a single account ID. What we want to be able to do is allow the account ID to have a 6% discount for one type of product and an 8% discount on a different type of product. We are working on moving to v6.5 and would like to know if this scenario will work in the newer version of hybris.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Hi Brian,

From version v6.0 SAP Hybris uses Promotion Engine that replaced the legacy Promotion Module. With Promotion Engine many changes were introduced. For example in the new Promotion Engine you are able to change the stackability of your promotion. Stackability controls whether or not a promotion rule should be applied on top of other rules. The scenario you presented in your question is therefore possible to be executed. Let me guide you through the whole process based on the default B2B powertools store on B2B v6.5.

Our goal is to make the user specific@user.com have an 8% discount on anything from Sanders category and 6% discount on anything from Screwdrivers category .

  1. In the Backoffice go to MARKETING -> PROMOTION RULES -> SHOW ALL and create a new rule with code 'personalized_powertools_sanders_percentage_discount'

  2. Start editing the newly created rule

  3. a. set website to 'powertoolsPromoGrp'

    b. [IMPORTANT] Set stackable to true

    c. Set Rule Group to 'productPromotionRuleGroup'

  4. In the CONDITIONS & ACTIONS tab:

    a. Set message to '8% discount on Sanders'

    b. set the CONDITIONS part like this

    c. In the ACTIONS part drag and drop 'Percentage discount on products' action and set it to 8

    d. Publish the promotion rule

  5. Analogically make the Promotion Rule for Screwdrivers

  6. Test the new Promotion Rules by logging in as specific@user.com and verify that after adding a screwdriver and sander to cart both promotions are calculated.

If you have any more questions please let me know.

Best regards,

Former Member
0 Likes

Thank you for the detailed reply. Once we get the promotions module setup I will certainly test this out. Again, appreciate the detail.