Monthly Archives: November 2014

Magento bugs and fixesMagento design
Blank Image

Remove compare to function Magento Easily

Removing the compare to option in the category layout of Magento  easily.   First navigate to /app/design/frontend/your_ theme/default/template/catalog/product or /app/design/frontend/default/default/template/catalog/product   and download list.phtml   Search for the following around line 75   <?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?> <li><span class=”separator”>|</span> <a href=”<?php echo $_compareUrl ?>” class=”link-compare”><?php echo $this->__(‘Add to Compare’) ?></a></li> <?php endif; ?>   now comment […]...