Hi,
first of all, thank you for this plugin, it is very powerful with a lot of flexibility.
I searched for similar topics without find the correct answer, so I’m here to ask:
Is it possible to show a Tag Cloud in Store Page sidebar showing only current vendor product tags?
I’m a pro developer so I can develop this kind of integration using a custom widget (I’ve partially done it as a test), but I wonder if I can do the same thing using default features.
I also tried this:
$store_user->get_store_taxonomies('product_tag');
But I always receve empty array even if I assigend Woocommerce tags to Vendor Products.
Thenk you