Remove Compare products from sidebar from a perticular page - Magento2
Compare products from sidebar can be removed from a particular page
Example: In my case, it is not required in catalog-categoy-view page
app/design/frontend/Magento/theme-frontend-sample/Magento_Catalog/layout/catalog_category_view.xml
add below tag after <body> tag
<referenceBlock name="catalog.compare.sidebar" remove="true"/>
Example: In my case, it is not required in catalog-categoy-view page
app/design/frontend/Magento/theme-frontend-sample/Magento_Catalog/layout/catalog_category_view.xml
add below tag after <body> tag
<referenceBlock name="catalog.compare.sidebar" remove="true"/>
2 Comments:
This is a great post. I like this topic.This site has lots of advantage. It helps me in many ways.Thanks for posting this again.
magento development company in bangalore
I want to remove wishlist block from customer dashboard side bar and added this code
inside /Magento_Customer/layout/customer_account.xml file in a custom theme. But it is not working. Please help
Post a Comment
Subscribe to Post Comments [Atom]
<< Home