November Happy Hour will be moved to Thursday December 5th.
Hi,
We are working on implementing a custom segment in a project where the segment will follow /{lang}-{market}/.
We have the segment working, however we have hit a bit of an issue with canonical urls.
When retrieving the content url for a product in French language and French market the url returned is /fr-gb/ instead of /fr-fr/.
Is there some loader options you can pass to urlresolver to inform it to use a French language and French market?
Thanks
The default url resolver (and the underlying router) does not know about market. If you are using default router make sure the urlsegment for your catalog is correct for French language
Hi,
We are working on implementing a custom segment in a project where the segment will follow /{lang}-{market}/.
We have the segment working, however we have hit a bit of an issue with canonical urls.
When retrieving the content url for a product in French language and French market the url returned is /fr-gb/ instead of /fr-fr/.
Is there some loader options you can pass to urlresolver to inform it to use a French language and French market?
Thanks