Home / Forums / WoodMart support forum / Compare and wishlist are not working properly
Home › Forums › WoodMart support forum › Compare and wishlist are not working properly
Compare and wishlist are not working properly
- This topic has 8 replies, 2 voices, and was last updated 4 months ago by
Artem Temos.
-
AuthorPosts
-
February 27, 2026 at 1:32 am #710100
kitty-3588ParticipantHi there, I’m using Woodmart v8.4.0. There is a couple of issues regarding the product compare and the wishlist. Firstly, with the compare – it only shows 2 items in my compare list even if I add more, and also with the icon in the header, it shows 0 even when there are items in the list. When you refresh the page, it briefly shows the correct number in the icon count, but then it goes back to 0. That same issue happens for the wishlist – when you add an item to the wishlist, the icon count does update but then on page refresh it goes back to 0. The wishlist does seem to be showing all the items I have added.
I have deactivated all plugins except the essential ones, and the issue remains. The theme, plugins and WordPress are up to date.
Please help!
February 27, 2026 at 1:35 am #710102
kitty-3588ParticipantTo speed things up, I have created a temporary login without password link for backend access (active for 1 week)
February 27, 2026 at 10:18 am #710128Hello,
Could you please temporarily disable all plugins that are not related to our theme and switch to the parent theme? Test how it works and let us know if this helps. Keep them turned off so we can test this either.
Kind Regards
February 27, 2026 at 11:13 am #710147
kitty-3588ParticipantThank you – I have done that. The problem still happens.
Please note, that I cannot leave the site like this for very long as I need to continue to work on it. Please let me know how you get on! Thanks so much.
-
This reply was modified 4 months, 1 week ago by
kitty-3588.
February 27, 2026 at 11:18 am #710151Please send us your admin username and password so we can log in and check what is wrong.
February 27, 2026 at 11:19 am #710152
kitty-3588ParticipantI already sent the login link without password… does that not work?
February 27, 2026 at 1:11 pm #710169It doesn’t work at the moment because this plugin seems to be turned off.
February 27, 2026 at 1:16 pm #710170
kitty-3588ParticipantSorry, I didn’t think of that. The plugin has been activated again, or I’ve added login credentials here in case it still doesn’t work. Thank you!
March 2, 2026 at 11:33 am #710460Hi there,
Thanks for the details and for providing access.
Your symptoms match a cookie restriction on the server side. Wishlist and Compare in WoodMart store and read data via browser cookies:
– woodmart_wishlist_count
– woodmart_wishlist_products
– woodmart_compare_list
– woodmart_wishlist_hashIf your server forces all cookies to be HttpOnly, JavaScript can’t read them. That leads to:
– Header counters showing the correct number briefly on load, then dropping to 0 after the JS update
– Inconsistent behavior when adding more itemshttps://gyazo.com/35468dfd08a2fb6ece374050a1d74bcd
Ask your hosting/server admin to disable the rule that sets HttpOnly on all cookies, or at least exclude the woodmart_* and wishlist_* cookies. These must not be HttpOnly so the front end can read/update counters.
Kind Regards
-
This reply was modified 4 months, 1 week ago by
-
AuthorPosts
- You must be logged in to create new topics. Login / Register