Unexpected abandoned cart behavior
ThomasGoehringer opened this issue · 0 comments
ThomasGoehringer commented
I'm using the TrackHelper's cartUpdate() method whenever there are changes to a user's cart, so I get information about abandoned carts. This works as expected until a user removes all items from the cart. The SDK still recognizes this as an abandoned cart with no items. I would expect that an empty cart cannot be abandoned. Is this behavior wanted?