tags:

views:

89

answers:

2

Hello,

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." If I do a print_r($this->helper('catalog/product_compare')->getItemCount()) in template/catalog/product/compare/sidebar.phtml, "0" is returned.

Why won't the sidebar show the products to compare?

Info: Magento version 1.4.0.1 Sessions appear to work for I can add products to the cart and they will stay in the cart as I navigate around the site.

Thank you, Ben

+1  A: 

Found the solution after several hours of searching: One or more of the indexes needed to be rebuilt.

In case anyone else encounters this issue, the option to trigger index rebuilding is found in the admin interface by going to the System menu and selecting Index Management.

Ben Gribaudo
A: 

Thanks , It was really killin me.........Thanks a lot for solution

prabeen giri
You should add comments as comments and answers as answers.
mattalexx