Home › Forums › WoodMart support forum › card bug
card bug
- This topic has 3 replies, 2 voices, and was last updated 2 years ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
November 15, 2022 at 11:59 am #421204
alexiouParticipantHello,
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.November 15, 2022 at 3:44 pm #421287
Aizaz Imtiaz AwanKeymasterHello,
Sorry to say but we have checked our Test Site in this regard, done the same as you mentioned (i.e. firstly add Product to Cart > then check the Off-Canvas cart style, Product was there > then go to Cart page > and then check back the Off-Canvas style again > the Product was there). Here is the Test Site URL for your reference: https://blackpearlspro.com/woodmart_support/
So, we can’t seem to find any issues with it.
If we misunderstood you then kindly, please elaborate more how we can reproduce the issue that you are mentioning on our Test Site or provide a Video if possible for better understanding.
Best Regards
November 16, 2022 at 3:28 pm #421603
alexiouParticipantHow can I fix this on my site?
November 17, 2022 at 11:06 am #421780
Aizaz Imtiaz AwanKeymasterHello,
Sorry to say but it seems that you didn’t read our last response.
You didn’t provide the steps to reproduce the issue that you are facing at our end because there wasn’t the clarity regarding the issue you mentioned. Kindly, if possible please provide the Video of your mentioned concern so that we can better check and understand the concern that you are mentioning and assist you accordingly by then.Hope you will cooperate with us in this !
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register