How can I correctly display country-specific URLs on my ecommerce site?

Hey guys,

I’ve set up more markets on my store and every URL.

On the Home they work well but if I try to navigate on website there is automatically redirected to the standard URL.

I try to explain better: if one user goes on my website to France, the home page URL will be https://mywebsite.com/fr-fr (and it’s ok).

But if he goes on one page product the URL will be https://mywebsite.com/product. This URL is wrong because the correct URL should be: https://mywebsite.com/fr-fr/product.

How can I do to show the correct URL in all countries

Thank you so much!