Firstly, I want to create a filter for a certain product category in woocomerce with some attributes of products. For example: A filter for a product category of Wifi Access point, which have 2 attributes (Wifi Standard, Operation Mode) Filter
Wifi Standard values (and they are multichoices):
802.11a/b/g/n 802.11ac Wave 1 802.11ac Wave 2 802.11ax (Wifi 6)
Operation Mode (Single Choice)
Standalone
Controller Base
Secondly, I hope that I can create filter with many attributes (can choose multichoice or single) .But now, I don't know how to create options(multichoice or single choice) for these attributes or where I can mofidy the code from the woocommerce plugin.
(In attributes tab, woocommerce product category has a same filed, which is called Archive checkbox.) the same option
Please give me some advices for this situation.
Thank you