Wondering how I can add code for my announcement bar to change depending on where the IP address of the visitor is from? Currently it says;

However, when someone lands from the US or Europe I want it to say $75/€60
Is this possible?
Wondering how I can add code for my announcement bar to change depending on where the IP address of the visitor is from? Currently it says;

However, when someone lands from the US or Europe I want it to say $75/€60
Is this possible?
Hi @shanagarryceo ,
This is Mike from Omega
You can use Ajax to get information of visitor by using this link:
https://www.cloudflare.com/cdn-cgi/trace
and use key “loc” to determine location of visitor then change the text base on location.
Hope my answer will help you.
Mike from Omega