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.
I don't think the PromotionEngineContentLoader is called when listing the campaigns in the CMS UI. Technically those content types are stored as CMS content, not in the Commerce database.
The PromotionEngineContentLoader is used when loading campaigns and promotions during discount evaluation. And in that context it should automatically filter discounts on non-application markets.
Hello!
We need filter campaigns to display only for current market, but I found that it doing via contentstructure request. I think it can doing in PromotionEngineContentLoader, but when I override this class, my implementation doesn't call. Have we option do it?