I am displaying a woocommerce product category with Legacy views. I am trying to show just the child category that is associated with this each product using a separate view that I inserted in the main view (the main view displays the product image/name,/description). But in the insreted view I see the message " This will filter out posts of the following types, because they are not hierarchical: Products" in the Post parent filter where I have selected " Parent is the current post in the loop" and in the loop of this view I have [wpv-post-taxonomy type="product_cat" format="name"]
You can see the current output at the bottom of this page: hidden link
Hello. Thank you for contacting the Toolset support.
I do not see anything with the problem URL you shared. Maybe it requires login.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.
Also, can you please tell me what views you created and where you added the view that displays child categories.
Then with your view "show-sub-category-of-parent-category" - I've added the following query filter:
=> hidden link
Taxonomy term filter
Taxonomy term ID is set by the shortcode attribute "terms"
And at last - I've added the following code to "Custom Code" section offered by Toolset with the code snippet namely "toolset-custom-code":
=> hidden link