Closed pabodah closed 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.
Thank you again for the module
oh, that was too fast for me ;-) I am glad, that this extension is of some use. @pabodah
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.