Shopify GeoIP
Shopify GeoIP
Out of context: Reply #2
- Started
- Last post
- 2 Responses
- ********0
izi pizi
check for the location variable in the session data orhttps://community.shopify.com/c/…
push the location into a js variable, hide the content what doesn't fits the visitors location.
if (location.country_code != 'US') {
hidethatshit();
}- freegeoip is dead use this:
https://ipstack.com/…********
- freegeoip is dead use this: