on ‎2018 Jul 06 6:19 PM
I am facing one issue with sitemap url population for product. I have multi country and multi language site so if the localization value not present for the product name and associate category then the url for the product are populating like c//p/praduct_code in to the product siteMap, But we have fall back laguage value for the product and category.
When i hit the url in to pdp page, url is populating with fall back language value due to CMSSiteFilter which add one key enable.language.fallback as true in to session.
How can i populate product url in sitemap with fall back language when site language value is missing for product or category.
Request clarification before answering.
Hi,
you could add following in your cronjob : I18NService.setLocalizationFallbackEnabled(true), then it will take the fallback language.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.