Skip to content

cart.requestComplete not firing? #208

Description

@ominixamf

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions