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.
2 parents 443083e + bbc48fd commit eb48546Copy full SHA for eb48546
view/frontend/templates/set/view.phtml
@@ -21,12 +21,7 @@
21
*/
22
$isEntityFilteredModel = $block->getData('is_entity_filtered_model');
23
?>
24
-<?php if (
25
- !$isEntityFilteredModel ||
26
- ($isEntityFilteredModel && !$isEntityFilteredModel->isFiltered())
27
-): ?>
28
- <?= $block->getAdditionalHtml() ?>
29
-<?php endif ?>
+<?= $block->getAdditionalHtml() ?>
30
31
<div class="page-products">
32
<?= $block->getEntityListHtml() ?>
0 commit comments