
Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on February 10, 2023, 11:20
Hello
What plugin version are you using?
My plugin stores the current rates at the time of order creation.  In the report, all orders are converted into one currency (base currency by default)
Hello
What plugin version are you using?
My plugin stores the current rates at the time of order creation.  In the report, all orders are converted into one currency (base currency by default)

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on February 13, 2023, 11:34
Hello
Please paste your license key here - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130614.png
Update  the  plugin to latest   version  - https://products-filter.com/how-to-make-auto-update-for-wordpress-plugins-and-themes-bought-on-envato
My plugin only stores currency and order rate.
 
Hello
Please paste your license key here - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130614.png
Update  the  plugin to latest   version  - https://products-filter.com/how-to-make-auto-update-for-wordpress-plugins-and-themes-bought-on-envato
My plugin only stores currency and order rate.
 

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on February 15, 2023, 13:02
Hello
Ok! Thank  you
to get  Order  rate  and  currency
$order_currency = get_post_meta($order_id, '_order_currency', true);
 $order_rate = get_post_meta($order_id, '_woocs_order_rate', true);
Write to me if you have any more questions
Hello
Ok! Thank  you
to get  Order  rate  and  currency
$order_currency = get_post_meta($order_id, '_order_currency', true);
 $order_rate = get_post_meta($order_id, '_woocs_order_rate', true);
Write to me if you have any more questions

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on February 16, 2023, 11:47
Hello
Unfortunately, all we can offer is the conversion of orders to another (base currency)
Select orders by currency, the plugin does not have such a feature, in this case you need code customization.
Hello
Unfortunately, all we can offer is the conversion of orders to another (base currency)
Select orders by currency, the plugin does not have such a feature, in this case you need code customization.