You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have implemented a CountrySelector component as described here and here. However, if in the product page a product variant is selected in a certain language/country, when selecting a country with a different language the variant querystring does not get modified with the proper translation. This makes impossible to select any variant in the new language, as the previously selected language and the current selected language get mixed up in the querystring.
Is there any comprehensive example on how to implement a CountrySelector with querystring translation?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have implemented a CountrySelector component as described here and here. However, if in the product page a product variant is selected in a certain language/country, when selecting a country with a different language the variant querystring does not get modified with the proper translation. This makes impossible to select any variant in the new language, as the previously selected language and the current selected language get mixed up in the querystring.
Is there any comprehensive example on how to implement a CountrySelector with querystring translation?
Beta Was this translation helpful? Give feedback.
All reactions