Hi,
I would like to setup a text section, that say “Free shipping to {country}”
What liquid can I use to display the country of the visitor by using his IP address?
Thanks in advance for your help!
Hi,
I would like to setup a text section, that say “Free shipping to {country}”
What liquid can I use to display the country of the visitor by using his IP address?
Thanks in advance for your help!
Hi @senkels ,
You can’t use liquid to display this, you need to add it with JS.
You can use ‘IP Geolocation API’: https://www.geoapify.com/ip-geolocation-api
Refer https://www.geoapify.com/how-to-get-user-location-with-javascript
Hope it helps!