I have added a product comparison link but it doesn’t work. This is in Magento 1.9.3.2
My issues are almost identical to this post, with the exception that clearing the index did not work.
Is there anything else I can try?
Here are the issues:
When I click “Add to Compare” on a product, a message stating that such-and-such product successfully added to compare list
appears. However the compare products sidebar shows “You have no items to compare. But it’s not working any more.
2
Answers
You can test this:
Under System -> Configuration -> Web -> Session Validation Settings
Set to “NO” the following:
It looks like your Magento DB does not have
report_compared_product_index
table.Import the following SQL to create this table structure in your DB.
Let me know if this helps.