New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix average order value graph flattening out to value 0 #15262
Comments
If this question was directed to me - no, we don't experience anything mentioned in #15200 |
I can reproduce this... Might have a chance to look at this while working on #11615 |
Looks like this yet might be related to #15200 When using English all numbers are correct (the number and formatting of the number) - but when using German as language setting, the numbers in the visitor overview are misformatted and partly wrong rounded. But this partly also applies to the Ecommerce overview: For example, in English the conversion rate is shown with 0,5% (which is correct) and in German it is shown with 0% |
FYI: The release of 3.13.1 fixed issue #15200 |
@tsteur The problem for that is again related to the number formatting. The evolution chart fetches the report formatted, so the values for order value are somewhat like matomo/plugins/CoreVisualizations/JqplotDataGenerator/Chart.php Lines 69 to 71 in 1155273
This results in 0 values for strings not starting with a number.This might not be as easy to fix as I thought. First tried to simply fetch the report without formatted numbers. That actually fixes the problem for the order value. But that creates a problem with any rates displayed. e.g. a conversion rate would than show 0.04 instead of 4 , as the number is not formatted anymore. Tried format_metrics = bc , but that doesn't do the trick either...
|
@sgiehl I suppose we can't simply replace |
The german format would actually be catched by Imho it would be correct to fetch the numbers unformatted for building any chart. Guess the only problem would be the percentage metrics, that would actually be calculated while formatting... |
That would be great |
We have another user experiencing this issue. |
A user reports: "We are not getting the actual average value graph for the customer, |
Hello,
we have run into the same problem as mentioned in #7851
When looking at Ecommerce/Overview the average order value graph sticks to zero regardless that the summary and API call report a value other than zero.
Our Matomo (3.13) setup is still the same as described in #15240
Please let me know, if you need any further information and thanks for your efforts in advance!
The text was updated successfully, but these errors were encountered: