Open corycodes opened 3 years ago
Hi @corycodes were you able to get your removeCartTrigger to fire correctly? I am running into the same issue on my Shopify store.
@nlm96076 I am also seeing the same issue for remove from cart? Were you able to come up with some other solution?
First of all, thank you for the immense timesaver of a script.
I'm not seeing the "Remove from Cart" event pushed to the DataLayer.
I have a dynamic and non-dynamic cart capability on my site. For the sake of troubleshooting, I set the relevant dynamic dependencies to the following:
dynamicCart: null, cart: true, removeCart: true
When I trigger an item removal in my non-dynamic cart, the page reloads minus the item that was removed. The "Remove from Cart" event never fires. However, I can see that the "removeCartTrigger" is firing..
Any thoughts as to what could be happening? Thanks!