Hello,
we encountered an issue with the card popup. We added some products to the card out and when we came back from the card page the card popup was empty. I am sending a picture of the empty popup after returning.
I added the following coding. Do you have a better solution?
(function () {
window.onpageshow = function(event) {
if (event.persisted) {
jQuery(‘body > div.wd-close-side.wd-close-side-opened’).hide();
jQuery(‘body > div.cart-widget-side.wd-side-hidden.wd-right.wd-opened’).hide();
location.reload();
}
};
})();
Attachments:
You must be
logged in to view attached files.