November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Could you access the short url? If yes, does your product/variant have multiple categories associated?
Hi Quan! Yes i does have multiple categories associated.
Im validateing doing this in the scheduled job,,, hope it is not any overhead
SiteDefinition currentSiteDefinition = SiteDefinition.Current;
SiteDefinition.Current = siteDefinitionWithRightContext;
url = new Uri(_urlResolver.GetUrl(contentReference, ContentLanguage.PreferredCulture?.Name, new UrlResolverArguments { ForceAbsolute = true }))?.PathAndQuery ?? string.Empty;
SiteDefinition.Current = currentSiteDefinition;
Commerce 13.30.0
Both using urlresolver and the UI, the path to SOME variations and products are shortend (not all, not all under the same node)
domain.no/he-jacket-bb898cc5/black/ - Should be - domain.no/dame/jakker/the-jacket-bb898cc5/black/
Any idea where to start searching?