A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
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?