Posted by Sree on December 1, 2010 at 9:48am
Hi Guys,
I guess drupal + ubercart is not having a direct module which can serve the purpose of 'Product comparision'.
I hope it would be useful to get this direct module ready which can support this combination for building an optimal e-commerce application.
Thanks,
Sree

Comments
Oh, good one!
This would be fun to implement as you'd have to add a "Compare this product" checkboxes and supporting button to a product listing form (probably via hook_form_alter), but the actual listing would be easy enough to execute using something like Views...
+1
We implemented a node
We implemented a node comparison using flag (to mark nodes to compare), and a view to show the flagged items and certain fields. A menu item in primary links always takes you to your "selected items" view.
Since we also wanted to compare nodes in two columns, and a custom template to handle outputting the nodes's fields as two columns (side-by-side).
There's a good module for D7
There's a good module for D7 that does that: http://drupal.org/project/properties
It was primarily used with Drupal Commerce, but I'm guessing it can work with Ubercart as well (it's pure Field API)