The Magento compare list link is shown on the category page by default. Using the following code you can add it to the Magento product page as well.
1 |
<a href="<?php echo Mage::helper('catalog/product_compare')->getAddUrl($_product);?>">link text</a> |
Adding the compare list link to the product page
You want or need help implementing this solution? Maybe you did not find what you were looking for? Contact me and I will assist you with whatever Magento problem troubles you!