We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've faced the same issue as It was described in #15
if this issue you cannot reproduce, refresh your checkout page few times
It's happening because on the checkout page code https://github.com/henkelund/magento2-henhed-piwik/blob/master/view/frontend/templates/piwik.phtml#L36-L49 runs in paralel with code https://github.com/henkelund/magento2-henhed-piwik/blob/master/view/frontend/web/js/tracker.js#L298-L303 as result tracker.js tries to inject piwik.js file second time.
My PR adds checking if such script already exists on this page: #27
The text was updated successfully, but these errors were encountered:
Hi @igortregub!
I tried, but I couldn't reproduce this issue in my environment. But I can see how it could happen so I've merged your PR and released v2.0.1.
Thanks for your contribution
Sorry, something went wrong.
Thank you :)
No branches or pull requests
I've faced the same issue as It was described in #15
Preconditions
Steps to reproduce
Expected result
Actual result
if this issue you cannot reproduce, refresh your checkout page few times
It's happening because on the checkout page code
https://github.com/henkelund/magento2-henhed-piwik/blob/master/view/frontend/templates/piwik.phtml#L36-L49
runs in paralel with code
https://github.com/henkelund/magento2-henhed-piwik/blob/master/view/frontend/web/js/tracker.js#L298-L303
as result tracker.js tries to inject piwik.js file second time.
My PR adds checking if such script already exists on this page: #27
The text was updated successfully, but these errors were encountered: