Magento – Cart added products are not displayed in cart

cartcart-itemsce-1.7.0.2magento-1.7products

if a user add a product to cart, the cart means 1 Item in cart, if i go to the cart, there are no products displayed.

A user can order, the added products are in the order and at paypal… The only problem is, that they didn't displayed in the cart.

In the past there was no error. I tried to uninstall all plugins, but the error was still the same.

Maybe the Shop URL might help: www.gartenmoebelgigant.de (CE 1.7.0.2)

Thanks for your help.

Edit

The Object is filled, because the total and subtotal is filled normal… Also the Button 1 Item in cart is correct… Only the table with cart details is not filled… There might be an error in it…

Tried already to change the template…didn't changed something… 🙁

Thanks for your help

The problem might be here:

$this->getItemHtml($_item);

Best Answer

Maybe some interface block doesn't refresh as I see subtotals update.

Have you tried turning off all cache and testing again?