Add to cart notifcation dissapears too fast #371
-
Long time user of breeze but lately we've been experiencing our add to cart notifications dissapearing too quickly. They are only visible for half a second and we are worried our customers are not seeing these messages. Is there a known issue or fix for this at the moment? I had a look through the documentation and tried setting the message delay variables but no difference was noticed. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 12 replies
-
It's not a normal behavior. Maybe some module calls to reload the sections twice, I don't know. Please provide a URL to your site. Here are our demos: |
Beta Was this translation helpful? Give feedback.
-
I'll review our theme overrides since we were using an old build of breeze and its really only been an issue since we updated. Maybe some newer code is missing or conflicting with the old build. Example url with the issues Oddly its only product listing pages checkout message notification persist as you would expect |
Beta Was this translation helpful? Give feedback.
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 }));