Viewing 8 replies - 1 through 8 (of 8 total)
  • I have the exact same problem. Items are not added to the wishlist when logged in.

    I have the same problem. WP Version 3.6.1

    I also have the same problem.

    The little popup that normally says the product is added pops up blank.

    I found that the line which installs the plugin was commented out.

    To fix this:

    On line 221 in file class.yith-wcwl-init.php, remove the commenting

    That is, change it from
    //$this->_yith_wcwl_install->init();
    to
    $this->_yith_wcwl_install->init();

    Then refresh the plugins page in your WordPress site to get it to run this. I then added the comment back to line 221, just in case it was there for some reason. This does things like create the database table etc.

    My installation now works.

    Thread Starter nancy68

    (@nancy68)

    This solved it for me! Thank you!

    I have the same problem. Items are not added to the wishlist when logged in. i have try above example but not solve my issue.

    Amazing thank you, i have been looking for this fix for weeks.

    Im not struggling how to determine if the wishlist should be public or private – i dont have any options? Any ideas?

    nedmartin.org THANK YOU!!!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Wishlist contents not displayed when logged in’ is closed to new replies.