Skip to content

Add to cart notifcation dissapears too fast #371

Discussion options

You must be logged in to vote

Looks like it's caused by CacheWarmer module. Try this patch for vendor/swissup/module-cache-warmer/view/frontend/web/js/lib/graphql.js file:

        $.ajax($.extend({}, options, {
+           global: false,
            headers: headers,
            url: url,
            contentType: 'application/json',
            type: 'POST',
            data: params
        }));

Replies: 2 comments 12 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
12 replies
@vovayatsyuk
Comment options

@gfxpixeldesigns
Comment options

@gfxpixeldesigns
Comment options

@vovayatsyuk
Comment options

Answer selected by gfxpixeldesigns
@gfxpixeldesigns
Comment options

@vovayatsyuk
Comment options

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