London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Promotion Entries - seems like a bug

Vote:
 

I have a 3-for-2 campaign (BuyQuantityGetFreeItems)  within a category. 

I buy quantity 2 of item A and 1 quantity B, and end up getting B for free. I also add item C that has no discount to the order.

The problem occurs when retrieving skuIds connected to promotion:

// fetching all active promotions on orderForm
foreach (var promotion in orderForm.Promotions)
{
     var skuIds = promotion.Entries.Select(e => e.EntryCode).ToList();
}

Here I would expect to get both item A and B, but I only get item B.

Both A and B are active on the promotion, and B would not have been free had I not bought 2 of item A.

Am I missing something here, or is this a bug?

#281637
Edited, Jun 10, 2022 11:10
Vote:
 

I believe promotions.entries just shows what line items have been affected by an applied promotion.

So in your example, it would contain a collection of 1 with line item B's sku id and discounted amount.

#281809
Jun 13, 2022 23:33
Vote:
 

Found a solution with help from support.

I wrote a blog post about the issue, read it here:
https://www.getadigital.com/blog/working-with-promotions-in-optimizely-commerce-cloud

#282316
Jun 23, 2022 9:39
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.