TechnicalWebAnalytics / dataLayer-shopify

A dataLayer integration specific to extracting information from Shopify.
MIT License
145 stars 93 forks source link

Remove from Cart Event Doesn't Push #37

Open corycodes opened 3 years ago

corycodes commented 3 years ago

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!

nlm96076 commented 2 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.

ankitnagarsheth commented 2 years ago

@nlm96076 I am also seeing the same issue for remove from cart? Were you able to come up with some other solution?