November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
What you can do is to implement your own ICouponFilter, then in
Filter(PromotionFilterContext filterContext, IEnumerable<string> couponCodes)
write logic to decide if a promotion should be excluded based on the provided coupons
I am implementing an ecommerce site which provides coupons to be used in partner sites. The coupons can be unique or same for all relying on some business. The concepts of coupon in EPiServer seems different. How to implement this?