Skip to content

Commit

Permalink
Merge pull request firegento#94 from Kipperlenny/patch-1
Browse files Browse the repository at this point in the history
Magento 2.2+ does not allow update Element here
  • Loading branch information
Andreas Mautz authored Nov 17, 2017
2 parents cd78bba + a093f6d commit 4f02796
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions view/frontend/layout/catalogsearch_result_index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
*/
-->
<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>
<!-- Adding delivery information to the product list in search results. -->
<update handle="catalog_delivery_info"/>
</body>
<!-- Adding delivery information to the product list in search results. -->
<update handle="catalog_delivery_info"/>
<body/>
</page>

0 comments on commit 4f02796

Please sign in to comment.