top of page
davydov consulting logo

Currency Converter Integration on Wix

Accept payment in different currencies in Wix

Wix Currency Converter Integration | Wix Change Currency

Velo Code Solution

Wix has recently released a currency converter that can display shop/booking/any other prices on the website in various currencies. This should not be confused with accepting payment on site in different currencies.


Wix Currency Converter


With a custom store/booking interface and Velo code, you can give customers a choice of which currency to pay on checkout or accept payments from certain countries in certain currencies (of your choice).


There can be any desired rules imposed and set.


  • Providing users with a choice to pay in their home currency or any other currency.

  • Save on exchange rate for both you and the site visitor.

  • Option to receive site revenue payout into the company’s different banks in different countries.

  • Create a completely localised to the country version of your site.


If needed to show different prices for different countries, refer to "different prices for different users".


Please contact our developers if you need to install a Wix careny converter on your site.

Tools

Wix Currency Converter

Background image

Example Code

import {createPayment} from 'backend/payment'

import wixPay from 'wix-pay';


let   amount = 100,

 currency = "GBP"



createPayment('Example', amount,  currency)

.then((e)=>{

 wixPay.startPayment(e.id)

})

.catch((e)=>{console.log(e)})

More Velo Integrations

Wix and Zoom Integration: A Thorough Walkthrough

Connect Wix with Zoom for seamless scheduling and webinars. Automate meetings, sync events, and enhance virtual collaboration effortlessly

Wix and Zoom Integration: A Thorough Walkthrough

Wix Pipedrive Integration: The Ultimate Guide to Streamline Your Sales Funnel

Connect Wix with Pipedrive effortlessly. Streamline leads, automate workflows, and manage your CRM directly from your Wix website with Davydov Consulting.

Wix Pipedrive Integration: The Ultimate Guide to Streamline Your Sales Funnel

Integrating Integromat with Wix: A Complete Tutorial

Integrate Integromat with Wix to automate workflows and boost productivity. Follow our step-by-step guide to optimize your website’s operations

Integrating Integromat with Wix: A Complete Tutorial

CONTACT US

​Thanks for reaching out. Some one will reach out to you shortly.

bottom of page