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
I don't think so. Single item add or remove events are dispached in the OrderItemController.
The clear is done in the OrderController::clear() Action. It dispached the remove event on the order directly.
@kgonella Would you be able to submit a PR? :-) I think with the current GA4 and mainly backend listeners, it should be easier than it used to be with frontend tracking.
In case of the customer use the clear button, the
removeFromCart
event should be sended for all product that were in the cart.The text was updated successfully, but these errors were encountered: