FAQ
Frequently askes questions about the Currency Switcher plugin for WooCommerce.
The Currency Switcher stores product prices in post meta table. They can be manipulated by using the standard update_post_meta() and get_post_meta() functio...
Mon, 3 Jan, 2022 at 10:07 AM
The Currency Switcher saves the order total converted to the shop's base currency alongside the total in orders' currency. You can easily infer th...
Mon, 13 Nov, 2017 at 2:10 PM
WooCommerce reports, and the reports provided by 3rd party plugins, are not "currency aware". When you run a sales report, the totals you see are ...
Thu, 11 Oct, 2018 at 1:00 PM
Out of the box, the Currency Switcher doesn't handle a scenario where a product is only available in specific currencies. When you enable some currenci...
Thu, 11 Oct, 2018 at 1:00 PM
You can retrieve the active currency, at any time, by calling the standard WooCommerce function get_woocommerce_currency(). The Currency Switcher will int...
Sun, 5 Jun, 2016 at 7:14 PM