Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
"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)
  • Loading branch information
vpodorozh committed Nov 2, 2018
1 parent 42eebbb commit 52bfffc
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ public function execute(\Magento\Framework\Event\Observer $observer)
'name' => 'is_filterable',
'label' => __("Use in Layered Navigation"),
'title' => __('Can be used only with catalog input type Yes/No, Dropdown, Multiple Select and Price'),
'note' => __('Can be used only with catalog input type Yes/No, Dropdown, Multiple Select and Price.'),
'note' => __(
'Can be used only with catalog input type Yes/No, Dropdown, Multiple Select and Price.
<br>Price is not compatible with <b>\'Filterable (no results)\'</b> option -
it will make no affect on Price filter.'
),
'values' => [
['value' => '0', 'label' => __('No')],
['value' => '1', 'label' => __('Filterable (with results)')],
Expand Down

0 comments on commit 52bfffc

Please sign in to comment.