Skip to content

Commit

Permalink
ENGCOM-3389: [2.3-develop] #14007: 'Use in Layered Navigation: Filter…
Browse files Browse the repository at this point in the history
…able (no results)' property confuse for Price filter #19037

 - Merge Pull Request #19037 from vpodorozh/magento2:2.3-develop-14007-Price-filterable-no-results-property
 - Merged commits:
   1. e18df69
  • Loading branch information
magento-engcom-team committed Nov 5, 2018
2 parents b831a20 + e18df69 commit 76faa3d
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,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 76faa3d

Please sign in to comment.