Hello,
When a customer uses the product filters and chooses 1 brand, they cannot choose more than 1, because the rest of the brands disappear when a selection is made.
How can I fix this?
P.S: I have disabled the cache for this widget, using the following filter:
add_filter('etheme_widget_product_brands_cache', '__return_false');
Thank you very much in advance!