Home Forums WoodMart support forum card bug

card bug

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #421204

    alexiou
    Participant

    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.
    #421287

    Hello,

    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

    #421603

    alexiou
    Participant

    How can I fix this on my site?

    #421780

    Hello,

    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

Viewing 4 posts - 1 through 4 (of 4 total)