Try our conversational search powered by Generative AI!

Exclusive within all groups promotions are still applied

Vote:
 

Hi,

I have two promotions in the different groups with "Exclusive within all groups" property set for each of promotion. One promotion is order promotion and other is shipping promotion. They should not be combined, however if user applies first order promotion and then shipping promotion, both are applied to the order. If it's vice versa, first shipping promotion and then order, it takes only the last one. We don't have any custom code except Episerver:

 

public void ApplyPromotionCode(string couponCode)
{
MarketingContext.Current.AddCouponToMarketingContext(couponCode);
}

This is very crucial for our client during the shopping season.

Thank you.

#114018
Dec 02, 2014 23:02
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* 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.