-
Notifications
You must be signed in to change notification settings - Fork 9.4k
check if order data is available to incl ec #15765
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
check if order data is available to incl ec #15765
Conversation
Hi @torhoehn. Thank you for your contribution. Please, consider to port this solution to 2.3 release line. |
If someone need temporary fix for the version 2.2.4 with the assumption that it would be fixed in the newest release. Feel free to use it: https://github.com/sashas777/magento224-issue14951 This made based on PR by @torhoehn - all thanks to him |
@sashas777 why does that work only with 2.2.4 and not with 2.2.3? |
@peterjaap I applied fix based on version 2.2.4 and didn't test for any other versions. This is only the reason |
Google Analytics tracking is still missing in Magento 2.2.6 composer update from 2.2.5 Is there any deadline or temporary fix available for this. Thanks, |
@asadyar The change from this PR is present in 2.2.6. |
Thanks torhoehn, I clear and flush Magento 2 cache, I can see its triggering the Google Analytics event on success page. Thanks, |
Thanks Torben, I tested this in Magento 2.2.6 and its working fine.
Best regards
Asad
…On Mon, 1 Oct 2018 at 13:43, Torben Höhn ***@***.***> wrote:
@asadyar <https://github.com/asadyar> The change from this PR is present
in 2.2.6.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#15765 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFjFOoc6bDLLxp1xc0QlvNqV-oZC-Mj_ks5uglQlgaJpZM4UY44a>
.
|
Should I be fine making this update in 2.2.5 instead up updating to 2.2.6? |
@nickpiro Yes, it'll work for 2.2.5, too. E.g. copy the .js-file to your theme and make the change. |
@torhoehn I updated the one in vendor with this file and it still does not work! :/ |
@nickpiro Feel free to contact me on Slack: https://tinyurl.com/engcom-slack |
Description
After merging #13034 ecommerce tracking wasn't working, because it's not possible to call length on an object (ordersTrackingData).
Fixed Issues (if relevant)
Manual testing scenarios
Contribution checklist