-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Add removeEcommerceItem() and clearEcommerceCart() methods to JS tracker. #13228
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
Conversation
Code looks good so far. There is still one JS test failing and the minified versions needs to be updated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Feedback
- could you open the PR with the new docs in the JS reference, and also for our guide in https://matomo.org/docs/ecommerce-analytics/ ?
Created dev docs PR here: matomo-org/developer-documentation#258 |
For the addition to the docs, here is some text that can be added after the
|
b062322
to
380d422
Compare
cc @mattab for last two comments |
…ker. (matomo-org#13228) * Add removeEcommerceItem() and clearEcommerceCart() methods to JS tracker. * jslint and changelog * minify JS * update test count * remove newlines
Fixes #11766