I want to remove the “ Add to Wishlist | Add to Compare & review this product “ links from my site, any one have any idea how to do this?
Hello,
If you want to completely remove and not to be used in future you can remove in your template file
or if you want to use it in future then you can disable from admin>system>configuration>advanced disable what all the modules you dont need
Thanks harish! I looked everywhere for this solution, which worked like a charm.
If I could add to alistek’s suggestion. Copy the file to your custom template directory (use same pathing) and comment out the code here. This is recommended practice (rather than modifying core files) and it will ensure your work isn’t lost with future upgrades.
This thread has been extremely helpful in eliminating almost all of the instances in which “Add to Compare” appears. I’ve adjusted the the list.phtml and addto.phtml files with success. The problem I’m still having, though, is once I add a custom option to the product (radio buttons, text field, etc), the “Add to Compare” comes back. Any thoughts as to why using custom options somehow overrides the files I just adjusted?
Thanks!
And as an aside, coming from an non-programmer, thanks to everyone who gives input in this forum...it’s a huge help for us that don’t have a clue as to what we’re doing when we first sit down
I want to remove links under add to cart ("add to compare” and “add to whishlist").
I am looking for a few hours but without success…
I manage to disable all links on the page catalog / product / view / addto.phtml
but only to remove the links under add to cart is impossible ...
I’m desperate.
This is how I did it. I switched on Template Hints to know where the links where coming in from to make changes.
To remove them from product view page, comment out the “Add to” parts in app/design/frontend/default/default/template/catalog/product/view/addto.phtml:
To remove the “Add to Wishlist” and “Add to Compare” from new products, go to app/design/frontend/default/default/template/catalog/product/new.phtml, and search for “add to”. The comment out those parts, like so:
I want to remove links under add to cart ("add to compare” and “add to whishlist").
I am looking for a few hours but without success…
I manage to disable all links on the page catalog / product / view / addto.phtml
but only to remove the links under add to cart is impossible ...
I’m desperate.
Thanks for your help
I have the same problem, Can someone please help me out?