Is it possible to add a cms_page to show all products with layered navgiation
I created a cms page with url key “allproducts”, i add a layout.xml cms_page_view_id_allproducts.xml in my theme appdesignfrontendVendorNameMagento_Cmslayout here is the content of the layout xml, <?xml version=”1.0″?> <page xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:View/Layout/etc/page_configuration.xsd”> <body> <referenceContainer name=”content”> <block class=”MagentoCatalogBlockProductProductListToolbar” name=”category.toolbar” template=”Magento_Catalog::product/list/toolbar.phtml”/> <block class=”MagentoLayeredNavigationBlockNavigation”… Read More »Is it possible to add a cms_page to show all products with layered navgiation