-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Description
Hi,
Out of nothing i noticed the event cart.requestComplete stopped being fired in my store https://kooki.com.br, although item is added to cart as I can see the /cart/change.js request success and at the cart page (https://kooki.com.br/cart)
Current theme has rivets-cart.min.js v 1.0.2.
The store has few access, I don't manage it that much so I can't tell exactly when it stopped working. I know that last time I accessed (by June 30) it was working as expected.
I am listening to the event as per the documentation
$(document).on('cart.ready', function(event, cart) {
// custom code
});`
`$(document).on('cart.requestComplete', function(event, cart) {
// custom code
});
The cart.ready event is working ok.
Is this maybe anything with shopify cart API july update?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels