2
3 Comments

Showing prices in the customer's local currency

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.

on December 9, 2020
  1. 1

    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

  2. 1

    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.

    1. 1

      Yeah. Would love an easy way to show local currencies with a JS plugin or something on the pricing page!