PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Reports

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

We would like to generate a report isolating all currencies except for CAD. We cannot determine actual income because this plugin is merging all currencies together at the daily rate instead of the actual sale rate. What is the best method to extract sales data for accounting?

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 Pablo,

It is 2.3.7.2.

Even if it records the rate at time of order creation, we would not be able to determine the actual amount we converted to Canadian as we do our transfers in batches. We need to be able to separate the non Canadian currency orders and then do the math from PayPal's end to determine how much we actually received. Is there any way I can extract this data?

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.

 

I have done what you have requested.

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

Im sorry but I'm not sure what to do with this.

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.