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.
Is it possible to set fallback language for commerce content? This answer from 2017 said it didn't work back then, and I can't really get it to work now either (not on latest version, but 13.7 is relatively new). I want to achieve a solution where I enable a new language (for example french) and that all CMS and commerce content fallback to english while still being on the french site. This works fine for CMS content but when it comes to commerce content, the framework generates URLs to the english site.
If this still is not possible, I'm looking at overriding IContentLanguageSettingsHandler and "re-route" requests for french commerce content to english commerce content.
Do you see any risks with this approach?