Hello,
I’ve setup the shop, added the products and now I’m trying to make the filters work.
I’m using Advanced AJAX Product Filters version 1.1.6 (https://ro.wordpress.org/plugins/woocommerce-ajax-filters/) and Legenda version 3.0.3.
The filters don’t update the products automatically, I have to manually refresh the page. The other solution I came up with is a little piece of jQuery that helps a little, but I’d like the filters to apply without refreshing.
$(‘.berocket_label_widgets’).click(function() { location.reload(); });