Currency
Last updated
Was this helpful?
Last updated
Was this helpful?
To set the currency for your store, go to WooCommerce > Settings > General > Currency Options
.
Target websites may have prices in a different currency from your store's currency. If you import products as simple products, the plugin will try to convert prices to the default currency.
For External/Affiliate products, you can either convert prices or keep the original currency. For settings, go to External Importer > Settings > Import > Currency
.
Selecting 'Add original' does not make your website multicurrency. This option only replaces the currency symbol on the frontend of your WooCommerce catalog. Since external products can't be added to the cart, this is usually sufficient.
To set your key, go to External Importer > Settings > General > Fixer API key
.
You can set the exchange rate manually. Add the following code to functions.php of your theme or child theme:
Some target websites display prices in different currencies based on the visitor's IP address (in this case, your server IP). For example, if your server is located in the United States, prices will usually appear in USD. However, many sites also allow you to manually set the currency in their settings.
To extract prices in a specific currency:
Visit the target website and manually set your desired currency and language.
This ensures that all requests are made with the appropriate currency preferences.
Note: This method doesn't work for all websites.
Some Chinese online marketplaces (such as bangproduct.com, geekbuying.com, and gearbest.com) also support changing the currency via the address bar. To do this, add the currency=EUR
parameter to the product URL.
To convert currencies, External Importer will use exchange rates. This service doesn't require sign-up, but the set of currencies for which rates are provided is limited. If the desired currency is not listed, you can use Fixer.io as an alternative.
Fixer API has a free plan, but you have to to get your own API access key.
Follow the to capture and apply the cookie settings.