Skip to content

Commit 55a63c8

Browse files
author
Stanislav Idolov
authored
ENGCOM-3388: [2.2-develop] #14007: "Use in Layered Navigation: Filterable (no results)" property confuse for Price filter #19044
2 parents 72397c0 + 35cadc6 commit 55a63c8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

app/code/Magento/LayeredNavigation/Observer/Edit/Tab/Front/ProductAttributeFormBuildFrontTabObserver.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,11 @@ public function execute(\Magento\Framework\Event\Observer $observer)
5555
'name' => 'is_filterable',
5656
'label' => __("Use in Layered Navigation"),
5757
'title' => __('Can be used only with catalog input type Yes/No, Dropdown, Multiple Select and Price'),
58-
'note' => __('Can be used only with catalog input type Yes/No, Dropdown, Multiple Select and Price.'),
58+
'note' => __(
59+
'Can be used only with catalog input type Yes/No, Dropdown, Multiple Select and Price.
60+
<br>Price is not compatible with <b>\'Filterable (no results)\'</b> option -
61+
it will make no affect on Price filter.'
62+
),
5963
'values' => [
6064
['value' => '0', 'label' => __('No')],
6165
['value' => '1', 'label' => __('Filterable (with results)')],

0 commit comments

Comments
 (0)