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 tracking - Added Items are always shown as abandoned cart #2528

Closed
anonymous-matomo-user opened this issue Jun 29, 2011 · 4 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.

Comments

@anonymous-matomo-user
Copy link

Every time the cart-content changes (item add/removed/change quantity) the request ist shown as abandoned cart icon.

Here is the tracker code:

var pkBaseURL = (("https:" == document.location.protocol) ? "https://ssl.webpack.de/webtracker.shop.de/" : "http://webtracker.shop.de/" );
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E" ) );
</script>
<script type="text/javascript">
try {
var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 1);
piwikTracker.addEcommerceItem("1","Bio-Schwarzkmmell (100ml)","Essenzia-le",14.95,1);
piwikTracker.trackEcommerceCartUpdate(14.95);
piwikTracker.trackPageView();
piwikTracker.enableLinkTracking();
} catch( err ) {}

For screenshots and more information: http://forum.piwik.org/read.php?2,78242

@mattab
Copy link
Member

mattab commented Jun 29, 2011

The fact that a cart is shown as "Abandoned cart" is expected, because if a Cart does not become an order, then it is abandoned at the end of the visit.

Is the ticket just about this, or do you have other bugs?

@anonymous-matomo-user
Copy link
Author

Attachment: add/ remove items in cart shown as several icons
add-remove-items-in-cart.png

@anonymous-matomo-user
Copy link
Author

This fact is clear, but not my problem.

I assume that adding and removing items are shown as several cart add/ remove icons (see attached screenshot from another demo-piwik - second visit).

In my piwik adding and removing items are only shown as single abandoned chart icon, there are none several icons as expected. So the adding and removing is not traceable.

Furthermore the tooltip on abandoned cart icon is a mix between english and configured german translation:
Einnahmen left in cart: 9,95 , Quantity: 1

  • 16: Espressol (100ml) (Essenzia-le), Quantity: 1, Price: 9,95

it should say:
Artikel im Warenkorb: 9,95 , Anzahl: 1

  • 16: Espressol (100ml) (Essenzia-le), Anzahl: 1, Preis: 9,95

@anonymous-matomo-user
Copy link
Author

After testing a while I understood the system behind the "Abandoned cart" icon. After confirm an order, the abandoned icon turned to "Ecommerce order" icon with revenue.
I always assumed that every time an visitor add or remove an cart item, a new icon appears with + or - .
Thats a wrong assumption - sorry about confusion.

Remains the problem with mix between english and configured german translation.
Thats a minor issue maybe fixed in the future.

I suggest following translation:
Artikel im Warenkorb: 9,95 , Anzahl: 1

  • 16: Espressol (100ml) (Essenzia-le), Anzahl: 1, Preis: 9,95

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. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Projects
None yet
Development

No branches or pull requests

2 participants