I’d like to find a way to display currencies based on locations. For example on the pricing page, if the person is in the UK show (and convert prices) in pounds vs Euros for someone in France. I plan to use Stripe, if that’s any useful to respond this question.
Hello! The easiest way is to use an IP Geolocation utility to determine the user’s location. There are many of these, but we use https://ipgeolocation.io/. You make a simple REST API call to the services, which returns an object with all the information you need.
Hello! Xano plays no role in this at all. It is used in that example workflow I shared but Xano’s presence has nothing to do with the geolocation itself. You can store the result of the geolocation API call in a front-end variable and then do whatever you need to with it. Of course, be mindful of any security implications when doing this, especially in the context of payments.