In the preferred XML file, use the following code snippets to remove Wishlist and Compare Products blocks.
<?xml version="1.0"?><page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="2columns-left"
xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <body> <referenceBlock name="page.main.title" remove="true"/> <referenceBlock name="catalog.compare.sidebar" remove="true"/>
<referenceBlock name="multiple-wishlist_sidebar" remove="true" />
</body> </page>
No comments:
Post a Comment