nordcomputer / magento2-stockfilter

Enables filtering by stock status
GNU General Public License v3.0
5 stars 7 forks source link

"Yes" and "No" options in navigation filter? #12

Closed pabodah closed 1 year ago

pabodah commented 1 year ago

Great module :)

I want to know if it is possible to show both "Yes" and "No" as checkboxes in the layered navigation.

Requirement is to filter products with "Yes" and also with "No". For now seems like "Yes" is only being displayed. UNI711 2023-06-17 14-45-42

pabodah commented 1 year ago

Hello,

I changed ['label' => __('No'), 'value'=> ''], to ['label' => __('No'), 'value'=> **0**], in file https://github.com/nordcomputer/magento2-stockfilter/blob/main/Model/Config/Source/Options.php and seems like it fixes my issue.

UNI711 2023-06-17 14-58-08

Thank you again for the module

nordcomputer commented 1 year ago

oh, that was too fast for me ;-) I am glad, that this extension is of some use. @pabodah