magento2-geo-store-switcher
magento2-geo-store-switcher copied to clipboard
Add a flash-message, when the user country was autodetected
We would like to add a message, like
"Your country was detected as XXX. If this is incorrect, please use our store switcher to choose the right delivery country"
for the visitor.
Would such a message be in scope? Shall we make a PR to add this option (maybe with a configurable text)
Hi @amenk, Originally the intention of the extension was switching a store behind the scene but looks like it's not the best behavior of a website. So yes, you are more than welcome to create a PR with the functionality.
@ytorbyk & @amenk, have you implemented the message functionality of "Your country was detected as XXX. If this is incorrect, please use our store switcher to choose the right delivery country"?
Best regards.
We did .. and later we removed it :-) But you can check our commit history... https://github.com/iMi-digital/magento2-geo-store-switcher/commit/d1709d595574d1f1efe7e84698ea611c369f9057
Why did you removed it? It wasn't working as expected... ?
@kanenas The customer decided to remove it. In some cases it was misleading, but overall it was working. But for the correctly detected users it's just annoying :-)
Also we made a popup - not a flash message
@amenk, thank you very much for the info!