How to delete "My Compare" menu item and "add to wishlist" on detail view

I would like to switch of the whole compare list thing. I already managed to eliminate the sidebar, but I dont know where to delete the menu item and the link on the details page.

hoping for help --
canonikus

10 answers

Profile photo of Sherlock 0.00 $tone July 11, 2013
Public

Hi mate,

To remove that compare block on the right side you can open the file of app\design\frontend\default\your_theme\layout\cata log.xml there you look for this tag and remove

HTML Code:

    <block type="catalog/product_compare_sidebar" after="catalog.leftnav" name="catalog.compare.sidebar" template="catalog/product/compare/sidebar.phtml"/>

Hope that helps !

#6
Profile photo of Susan Proctor 0.00 $tone July 12, 2013
Public

Hi, Sherlock,

Thank you for your reply. I am realizing now however that these blocks, apart from the first one (Win a Price) that I need to eliminate, are actually useful. The problem is that they should be displayed as a sidebar on the right, but they appear under the Dashboard etc. Do you know why this is happening please?
See My Wishlist for example: Attachment 28712

#7
Profile photo of Sherlock 0.00 $tone July 15, 2013
Public

Hi susan,

I guess it’s kind of missing html tags (close or open), you can check again those static bock’s contents there, make sure that those static bocks at that page does not contain messed content.
Hope you will find it out.

#8

Please login or Register to Submit Answer

Written By

Comments