Hello,
I installed and configured the “HikaShop Product Like Button” plugin version 1.0.1.
The like button works and I created a HikaShop products listing menu item with:
Only liked products: Yes
The liked products are displayed correctly only in the same browser.
Looking at the plugin code, it appears that liked product IDs are stored only in the “liked_products” browser cookie:
$_COOKIE
and:
document.cookie = name + cookieValue.join('|') + expires + '; path=/';
Could you please confirm the following?
1. Are liked products intentionally stored only in the browser cookie?
2. Does this mean that likes are lost when the customer changes browser/device, uses private browsing, or clears cookies?
3. Is there an option to associate liked products with the logged-in Joomla/HikaShop user account?
4. Is there an official solution or extension for persistent favorites synchronized across devices?
5. Could the plugin be extended so that logged-in users save likes in the database, while guests continue using cookies?
For an e-commerce customer account, we need the favorite products to remain available after login from another device.
Thank you.