Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cart.requestComplete not firing? #208

Open
ominixamf opened this issue Jul 5, 2021 · 1 comment
Open

cart.requestComplete not firing? #208

ominixamf opened this issue Jul 5, 2021 · 1 comment

Comments

@ominixamf
Copy link

ominixamf commented Jul 5, 2021

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?

@gautam-grazitti
Copy link

Hello @ominixamf, did you find any fix for this issue
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants