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

Ecommerce and amount >1 #2910

Closed
anonymous-matomo-user opened this issue Feb 7, 2012 · 2 comments
Closed

Ecommerce and amount >1 #2910

anonymous-matomo-user opened this issue Feb 7, 2012 · 2 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. worksforme The issue cannot be reproduced and things work as intended.
Milestone

Comments

@anonymous-matomo-user
Copy link

Piwik Version : 1.6

Today i think i found a bug in piwik ecommerce:

A customer buys an article , for example => 2x ITEM XYZ, price 1 Euro

In the product SKU and under the point productname it is listed correct.
2x ITEM XYZ , amount: 2,00, price 1 Euro, total price 2 Euro

But under total receipts it is only counted once, so the price in total is 1 Euro (instead of 2).

[[Image(http://dl.dropbox.com/u/8222905/www/piwik/piwik-ecommerce-problem-picture1.JPG)]]

[[Image(http://dl.dropbox.com/u/8222905/www/piwik/piwik-ecommerce-problem-picture2.JPG)]]
If you count the price together, you will see, that there are missing the 44,95 Euro of the first article with the amount (Menge) 2.
Keywords: ecommerce

@mattab
Copy link
Member

mattab commented Feb 7, 2012

Thanks for the report

@mattab
Copy link
Member

mattab commented Feb 8, 2012

Actually, this is not a Piwik bug but a bug in your tagging. The revenue displayed here is the revenue passed to the function TrackEcommerceOrder. Check that the value passed for the second parameter, "(required) Order Revenue grand total (includes tax, shipping, and subtracted discount)" , is correct in your check out page

@anonymous-matomo-user anonymous-matomo-user added this to the 1.7 Piwik 1.7 milestone Jul 8, 2014
This issue was closed.
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. worksforme The issue cannot be reproduced and things work as intended.
Projects
None yet
Development

No branches or pull requests

2 participants