Support » Plugin: YITH WooCommerce Wishlist » Logged vs. non logged users

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi gregy1403

    This is a really strange issue; wishlist does not change anything on ‘wishlist-view’ template, depending on user status

    Maybe your theme does something like this? Can you try the plugin with default WordPress theme Twenty?

    Otherwise, can you please share with us a link where I can check your problem?

    Let me know
    Have a nice day 🙂

    Thread Starter gregy1403

    (@gregy1403)

    nevermind .. reinstall fixed 😉

    Back to first question .. how do you handle wishlist between guests and later logged users? Is it set by cookie and also available after creating account?

    Thank you

    Plugin Author YITHEMES

    (@yithemes)

    Hi again!

    I’ll try to explain plugin workflow as simple as possible

    If a user is logged in, records of his/her wishlist are inserted into dedicated database table, and stored there, for every future access.

    A unauthenticated user can still use wishlist, but his/her items will be stored in a cookie, available for a month from its last update.

    If, within the next month, user log in to WP, or create an account, cookie will be deleted, and all items previously stored in the cookie will be added to wishlist stored in db.

    Every time a unauthenticated user logs in, its DB wishlist items will be updated with preferences stored in his/her cookie

    Hope this helps you
    Have a nice day 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Logged vs. non logged users’ is closed to new replies.