You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The module obviously renders several blocks for tracking purposes. One of those blocks is rendered after a successful checkout. However, rendering this block removes last quote and last order information from the checkout session.
Magento 2.4.6 Enterprise now has new Google modules, amongst them also for GTM. This module tries to render a block at the same location and is dependant on these session values, which are no longer there.
Expected behavior:
The checkout session stays in tact.
Actual behavior:
The checkout session loses information about last quote and last order.
Steps to reproduce:
Install Magento 2.4.6
Add this module
Have both enabled
Purchase something
The text was updated successfully, but these errors were encountered:
The module obviously renders several blocks for tracking purposes. One of those blocks is rendered after a successful checkout. However, rendering this block removes last quote and last order information from the checkout session.
Magento 2.4.6 Enterprise now has new Google modules, amongst them also for GTM. This module tries to render a block at the same location and is dependant on these session values, which are no longer there.
Expected behavior:
The checkout session stays in tact.
Actual behavior:
The checkout session loses information about last quote and last order.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: