cancel
Showing results for 
Search instead for 
Did you mean: 

How to get Bundle Promotion price in Hybris 6.1?

Former Member
0 Kudos

Hello experts, I created BundlePromotion,i want to display the bundle price at PDP,for this first i want to know how the bundleprice is displayed at cart page?(this is out of the box functionality) and how the discounts are cod fetching at cartpage ? and how MiniCartController is called when ever we click on the AddToCart button along with the CartPageController?Please suggest me.

Thank you...$indhu

Accepted Solutions (1)

Accepted Solutions (1)

former_member357259
Active Contributor
0 Kudos

The bundle price for the bundle promotion is calculated on the cart by adding an order level discount using a simple formula: Bundle Discount = (Sum of all products in the bundle) - (Target price of bundle). This will require a lot of customization on PDP as it doesn't contain information about the other products in the bundle and there is no discount calculation logic available on PDP out of the box.

The easiest way would be to fetch the bundle price from the promotion message text and display it on PDP or send it to mini cart.

Answers (2)

Answers (2)

0 Kudos

Hi Charles,

am I wrong or the bundle promotion doesn't work properly with the discounts rows?

I am getting wrong results because discounts rows on products are applied at the same time with the product bundle promotion.

Many thanks in advance! Regards, Mauro

0 Kudos

Hi Charles,

am I wrong or the bundle promotion doesn't work properly with the discounts rows?

I am getting wrong results because discounts rows on products are applied at the same time with the product bundle promotion.

Many thanks in advance! Regards, Mauro