Skip to content Skip to sidebar

This topic contains 0 reply, has 1 voice.

Last updated by HANS 4 months ago.

Assisted by: Waqas Bin Hasan.

Author Posts
March 27, 2025 at 10:31 am #16867472

HANS

Background of the issue:
I am trying to generate an order report for additional currencies in WooCommerce Analytics. When I select a currency like Euro and download the report, it indicates that the report will be sent to my email. The API request is sent correctly. However, the email is not sent because in the WooCommerce plugin, there is an 'if' statement that checks if the report is fully generated or equals 100% before sending it to the user. In WordPress options, WooCommerce creates an option 'woocommerce admin report export_status' which shows the report ID and its preparation percentage. The issue is that reports generated with non-default currencies have a percentage above 100%, preventing the email from being sent.

Symptoms:
Emails for order reports in additional currencies are not sent because the report generation percentage exceeds 100%, failing the 'if' condition in the WooCommerce plugin.

Questions:
Why does the report generation percentage exceed 100% for non-default currencies?
How can I ensure that the report is sent to my email despite the percentage issue?

The topic ‘[Closed] Woocommerce Analytic Reports for additional currency are not send to the email’ is closed to new replies.