Skip to content
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

[Bug] "Purchased Products" column always empty for "Sales by Pages" ecommerce reports #22242

Open
4 tasks done
9joshua opened this issue May 22, 2024 · 1 comment
Open
4 tasks done
Labels
Bug For errors / faults / flaws / inconsistencies etc.

Comments

@9joshua
Copy link
Contributor

9joshua commented May 22, 2024

What happened?

The reports in Ecommerce -> Sales -> Sales by Pages includes a column for "Purchased Products". This column always shows zero regardless of reality...
Screenshot from 2024-05-22 14-35-46

Sales by Referrers do show this data:
Screenshot from 2024-05-22 14-35-59

What should happen?

Either the "Purchased Products" column should show which pages led to how many products purchased or the column should be removed.

How can this be reproduced?

View the "Products Purchased" column for any report under Ecommerce -> Sales -> Sales by Pages

Matomo version

4.16 & 5.1.0-b3

PHP version

8.1

Server operating system

Linux

What browsers are you seeing the problem on?

Chrome

Computer operating system

Ubuntu

Relevant log output

No response

Validations

@9joshua 9joshua added Potential Bug Something that might be a bug, but needs validation and confirmation it can be reproduced. To Triage An issue awaiting triage by a Matomo core team member labels May 22, 2024
@sgiehl
Copy link
Member

sgiehl commented May 22, 2024

Looking at the code it seems that metric simply isn't stored for actions. So we either could simply remove the column from being displayed or check if it's easy to process the data for that column correctly.

@sgiehl sgiehl added Bug For errors / faults / flaws / inconsistencies etc. and removed Potential Bug Something that might be a bug, but needs validation and confirmation it can be reproduced. To Triage An issue awaiting triage by a Matomo core team member labels May 22, 2024
@sgiehl sgiehl added this to the For Prioritization milestone May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Projects
None yet
Development

No branches or pull requests

2 participants