Wednesday 10 January 2018

Remove Wishlist and compare products from sidebar in magento2

Here you need to do some coding level changes. follow me:
 Go to app/design/frontend/webguru/mifitness/Magento_Catalog/layout/default.xml
 <body>
........

 <referenceBlock name="catalog.compare.sidebar" remove="true" />
 <referenceBlock name="wishlist_sidebar" remove="true" />
 </body>

1 comment:

  1. Hello Abhijit, Yes I followed your code for remove wishlist and compared the products from sidebar. I'm Magento eCommerce expert and always ready to learn new things. Thanks for this post.

    ReplyDelete