Here you can find the instructions on how to disable “Add To Compare” option.
Open list.phtml file
Firstly, open list.phtml file under the app/design/frontend/default/themeXXX/template/catalog/product folder. In order to do this, you can use your FTP client or FileManager in your Hosting Control panel.
Remove “add to compare” option
The next step is to disable “Add to compare” option for the product list view and/or product grid view.
Then you need to delete the following code:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You can use CTRL+F to simplify the search process.
In order to disable the “Add To Compare” option for the product page, you should copy addto.phtml file from the app/design/frontend/base/default/template/catalog/product/view folder to the app/design/frontend/default/themeXXX/template/catalog/product/view folder and delete the next code:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Then, if you want to disable “Add To Compare” for the sidebar, you need to edit catalog.xml file stored in the app/design/frontend/default/themeXXX/layout folder and delete the following code:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters