Skip to content

Commit 52bfffc

Browse files
committed
"Use in Layered Navigation: Filterable (no results)" not working for `Price` attribute. - adjust comment for "Use in Layered Navigation: Filterable (no results)" property to make it more understandable (cherry picked from commit e18df69)
1 parent 42eebbb commit 52bfffc

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)