We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 536a728 commit 3d69b13Copy full SHA for 3d69b13
app/code/Magento/Wishlist/view/frontend/layout/catalogsearch_result_index.xml
@@ -15,11 +15,9 @@
15
</referenceBlock>
16
</referenceContainer>
17
<referenceBlock name="wishlist_page_head_components">
18
- <block
19
- class="Magento\Wishlist\Block\AddToWishlist"
+ <block class="Magento\Wishlist\Block\AddToWishlist"
20
name="catalogsearch.wishlist_addto"
21
- template="Magento_Wishlist::addto.phtml"
22
- >
+ template="Magento_Wishlist::addto.phtml">
23
<arguments>
24
<argument name="is_product_list" xsi:type="boolean">true</argument>
25
<argument name="product_list_block" xsi:type="string">search_result_list</argument>
0 commit comments