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 e9a9659 commit 44cb4d3Copy full SHA for 44cb4d3
app/code/Magento/CatalogSearch/view/frontend/templates/advanced/result.phtml
@@ -11,6 +11,8 @@
11
/**
12
* @var $block \Magento\CatalogSearch\Block\Advanced\Result
13
*/
14
+/** this changes need for valid apply filters and configuration before search process is started */
15
+$productList = $block->getProductListHtml();
16
?>
17
<?php if ($results = $block->getResultCount()): ?>
18
<div class="search found">
@@ -49,6 +51,6 @@
49
51
</div>
50
52
<?php endif; ?>
53
<?php if ($block->getResultCount()): ?>
- <div class="search results"><?= /* @escapeNotVerified */ $block->getProductListHtml() ?></div>
54
+ <div class="search results"><?= /* @escapeNotVerified */ $productList ?></div>
55
56
<?php $block->getSearchCriterias(); ?>
0 commit comments