• Resolved luboslives

    (@luboslives)


    Hi again. It seems that when users have more than 10 items in their list, the Next Page link works if you are not logged in to the site (href is correct, like /wishlist/DFBF31/?paged=2) but when a user is logged in the href simply points to the first page (/wishlist/).

    Tested in v1.62 locally and 1.6 on live site.

    Let me know if you can recreate this problem.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Stan

    (@stantinv)

    Hello @luboslives,

    I have tried to replicate the issue on our dev and local servers with no avail. Also I’ve registered an account at your website and pagination works as it should. Try to clear your browser cache and if the issue remains please, drop us a notice via our live chat, so we can proceed our investigation further.

    Best Regards
    Stan

    Thread Starter luboslives

    (@luboslives)

    I think I’ve narrowed down the problem. It only exists for users from the previous version of the site who had wishlists on the old site. New users or new wishlists are working fine.

    I had attempted to port over the data from the old Yith Wishlists plugin into this new system but it seems somewhere the dots weren’t connected. I tried to create a unique share_key for the existing lists, maybe there needs to be some sort of relationship in the database that I need to hook up. I will try the live chat if I need assistance, thanks.

    Thread Starter luboslives

    (@luboslives)

    For anyone curious about importing from another system like the Yith wishlist, the share_key need only contain the letters A-F and numbers 0-9. This was my error. My generated keys went from A-Z and so they would fail the regex requirements I found in this plugin’s source.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Pagenation not working for logged-in users’ is closed to new replies.