Wondering if there's a tool that enables your pricing page to show an estimate of the cost in their local currency? I see this around on various SaaS products.
Actually charging them is another complexity, but I do feel this could help with conversion? I've seen this on Shopify too.
I blogged about doing this a while back - here is the article. Hope it will give you some insights as to how we did it: https://devan.codes/blog/2018/8/1/building-a-pricing-screen-which-reflects-local-currency
I personally use Stripe Checkout, which does a lot of the heavy lifting for you. https://stripe.com/docs/payments/checkout. However, this requires redirecting to Stripe. I'm also looking for an API to do this for prices explicitly on my site.
Yeah. Would love an easy way to show local currencies with a JS plugin or something on the pricing page!