Viewing 7 replies - 16 through 22 (of 22 total)
  • smanolakis

    (@smanolakis)

    Hi,

    Thank you for your reply. I’ve contacted the owner of the site and he said that no cache has been enabled for this domain. What else could I look at?

    Thank you

    Plugin Author YITHEMES

    (@yithemes)

    Hi again guys

    Recently I had the chance to test a similar problem on a server, and I find an istruction that may cause some unexpected problem on some server

    Can you please try to open wp-content/plugins/yith-woocommerce-wishlist/includes/class.yith-wcwl-shortcode.php and change line 276 from this

    $atts['atts'] = $atts;

    to this

    $temp = $atts;
    $atts['atts'] = $temp;

    Let me know if after this change, wishlist populates

    Have a nice day

    smanolakis

    (@smanolakis)

    Hi,

    Thanks for the advice but it still doesn’t work for non-logged in users. The wishlist only displays the products if any product is added in the basket.

    Thank you

    muchinga

    (@muchinga)

    Hi,

    We are having the same issue as previous posts. We can only see items added to the wishlist when we are logged in. We don’t have the cache plugin and we tried the other solutions without success. Could you please have a look at the site and give us some feedback. It would be greatly appreciated.

    Here is the link:

    https://www.sols-mesures.com/

    best regards
    Diego

    wishlist/*
    This solved all my wishlist problems by adding this in the cache exclusions. Thank you.

    Hi,
    I have a similar problem. All discribed solutions did not work. Wether registered or not, after clicking “add to wishlist” the wishlist is empty.

    But interestingly, the plugin works fine for all products that i created after installation of the wishlist plugin. Only with the existing products it does not work (even if i duplicate them).

    I hope someone can help me.

    Thank you

    Hello,

    I am using W3 Total Cache I and in the following fields I put the suggested values:

    On Page Cache tab – Never cache the following pages: wishlist/*

    On Page Cache tab – Rejected Cookies: yith_wcwl_products

    On Database Cache tab – Never cache the following pages: wishlist/*

    It works well and it’s not caching anything in connection with the wishlist but I noticed that it is not caching the front page anymore although before it was.

    Also, I am not sure whether now it stopped caching the individual product pages (from the server side).

    my site is: https://strategieart.uk

    Thank you for your assistance

    Alex

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘Issue- Wishlist not displaying products.’ is closed to new replies.