Displaying Prices with Currency Estimate

Hello, I would like to have the prices on the checkout page displayed in VND and also an estimated amount in USD.

I don’t need the currency to be displayed based on the buyer’s location. I just want an estimation in a more common currency (USD) so that buyers can have a better understanding of the amount, as VND is not a widely used currency.

I would like this feature to be applied both on the product page and the checkout page.

Can anyone help me figure out how to set this up? I’d really appreciate your guidance! :light_bulb::folded_hands:

Thank you so much in advance!

Here is my site Read-Only: LINK
(how to share your site Read-Only link)

You’ll need to get a currency conversion API, something like this https://currencyapi.com/

Then using javascript, fetch the conversion data and select both the VND element, the USD element and use the API to convert and replace the USD number.

Hey @thangbe you can definitely do that with our Currency Converter app! Just put one price in your transaction currency and one that you wrap in our converter tag to show it in the user’s currency.

Also, we’re natively integrated with Webflow!

Ideal solution, go for this ^^