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

Abondoned Cart Items summed up wrong #2793

Closed
anonymous-matomo-user opened this issue Nov 23, 2011 · 6 comments
Closed

Abondoned Cart Items summed up wrong #2793

anonymous-matomo-user opened this issue Nov 23, 2011 · 6 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. worksforme The issue cannot be reproduced and things work as intended.

Comments

@anonymous-matomo-user
Copy link

I am implementing ecommerce-tracking to my piwik installation and may have found an issue with the abandoned carts.

  1. Abandoned (meaning unordered) carts show only the value of last added item in the hover-tip in the visitor real-time widget (see screenshot).
  2. Abandoned cart-items are summed up correctly in dashboard-widgets (product sku, product name, product category, see screenshot). But
  3. They are also shown as "ordered items", when switching the view back from "lost carts" to "ecommerce orders" at the bottom of each widget.
  4. Abandoned cart items are not summed up correctly in the ecommerce-overview. Here, only the last item added to the cart is used (possibly in correlation with issue adding support for windows phone 7 version 7.5 #1?). Also see screenshot.
  5. While writing this ticket and adding more items to the cart and abandoning them, items get removed from product-sku widget, compare quantit in screenshot.
@anonymous-matomo-user
Copy link
Author

Attachment: Abandoned cart hover / tool tip in realtime widget
piwik_abandoned_cart_realtime_widget.png

@anonymous-matomo-user
Copy link
Author

Attachment: Product SKU widget abandoned cart
piwik_abandoned_carts_product-sku_widget.png

@anonymous-matomo-user
Copy link
Author

Attachment: eCommerce overview - wrong sum of abandoned items
piwik_abandoned_cart_ecommerce_overview.png

@anonymous-matomo-user
Copy link
Author

Attachment: Produkt Sku widget - itmes "vanished"
piwik_abandoned_carts_product-sku_widget_items_vanished.png

@mattab
Copy link
Member

mattab commented Nov 28, 2011

  1. What is displayed is the amount tracked in: trackEcommerceCartUpdate() call see http://piwik.org/docs/ecommerce-analytics/#toc-tracking-add-to-cart-items-added-to-the-cart-optional

Piwik does not do any sum in the cart.

Also I think other issues might be linked to this tagging issue, I tried on a ecommerce piwik and numbers "seemed" to be OK for abandoned carts.

If after fixing your JS you still experience bugs with the new data, please post a comment and I will reopn! thanks

@anonymous-matomo-user
Copy link
Author

Replying to matt:

  1. What is displayed is the amount tracked in: trackEcommerceCartUpdate() call see http://piwik.org/docs/ecommerce-analytics/#toc-tracking-add-to-cart-items-added-to-the-cart-optional

Piwik does not do any sum in the cart.

Ah ok, so it's my bet. I'll have a look and report back.

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