I need to get a list of products that are in the comparison list.
I have this code in phtml and it does nothing>
$collection = Mage::getModel('catalog/product_compare_list')->getCollection()->load(); foreach($collection as $product) { echo $product->getId().'<Br />'; }
any suggestions where is the problem? thanks
macho source share