I’m working on multi-market features and I’m struggling to have the correct URL.
I’m following this documentation which definitely is what I’m looking for but it does not work.
https://shopify.dev/docs/themes/markets/multiple-currencies-languages#locale-aware-urls
<a href="{{ routes.cart_url }}">{{ "templates.cart.go_to_cart" | t }}</a>
It should be a no-brainer but it does not work, I have still base URL.
To be more specific:
https://findify-liquid-playground.myshopify.com/en-mx/
The /en-mx/ is NEVER shown.