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 2002038 commit 7035dacCopy full SHA for 7035dac
app/code/Magento/CatalogSearch/view/frontend/templates/result.phtml
@@ -3,6 +3,9 @@
3
* Copyright © Magento, Inc. All rights reserved.
4
* See COPYING.txt for license details.
5
*/
6
+
7
+/** This changes need to valid applying filters and configuration before search process is started. */
8
+$productList = $block->getProductListHtml();
9
?>
10
<?php if ($block->getResultCount()) : ?>
11
<?= /* @noEscape */ $block->getChildHtml('tagged_product_list_rss_link') ?>
@@ -16,7 +19,7 @@
16
19
</div>
17
20
18
21
<?php endif; ?>
- <?= $block->getProductListHtml() ?>
22
+ <?= $productList ?>
23
24
<?php else : ?>
25
0 commit comments