Hierarchy category is not display if no sub category
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page pleaseIf you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.
Quote from keyur.ajmera on July 25, 2019, 11:58In this page, both dropdowns are displayed. - https://php.spinxweb.net/redbarn/product-category/dog-treats/chews/
We need to display category dropdown like the above URL if subcategory is not available. In this url dropdown is not display can you help us to resolve - https://php.spinxweb.net/redbarn/product-category/dog-treats/dental/
In this page, both dropdowns are displayed. - https://php.spinxweb.net/redbarn/product-category/dog-treats/chews/
We need to display category dropdown like the above URL if subcategory is not available. In this url dropdown is not display can you help us to resolve - https://php.spinxweb.net/redbarn/product-category/dog-treats/dental/
Quote from Pablo Borysenco on July 25, 2019, 13:21Hello
Paste your license key here - https://c2n.me/42HBIt7.png
if the current category has no children, the filter will not show anything.
Hello
Paste your license key here - https://c2n.me/42HBIt7.png
if the current category has no children, the filter will not show anything.
Quote from keyur.ajmera on July 25, 2019, 18:53Actually Category has some value but child category does not have value.
If child category don't show that should be fine but here in our case even main category getting hide some how when page load. Main category are not showing.Here it's showing: https://www.screencast.com/t/BlEErQraBx
It's Dental category and it's not showing. https://www.screencast.com/t/SlVKkabOw
Actually Category has some value but child category does not have value.
If child category don't show that should be fine but here in our case even main category getting hide some how when page load. Main category are not showing.
Here it's showing: https://www.screencast.com/t/BlEErQraBx
It's Dental category and it's not showing. https://www.screencast.com/t/SlVKkabOw
Quote from Pablo Borysenco on July 26, 2019, 12:59Hello
Yes! On the category(taxonomy) page, the filter shows only child categories(taxonomies)
This is a very logical behavior. On the category page, you can show ONLY products that belong to the category OR child category. It makes sense to show only child categories( of the current category ), because clicking on any other category will always give zero products ) For this reason, the filter hides the main category.
Hello
Yes! On the category(taxonomy) page, the filter shows only child categories(taxonomies)
Quote from keyur.ajmera on July 26, 2019, 13:29But very similar level other category it's showing category dropdown only for "dental" it's not showing:
Dental: https://www.screencast.com/t/SlVKkabOw
Here it's showing: https://www.screencast.com/t/BlEErQraBx
But very similar level other category it's showing category dropdown only for"dental" it's not showing:
Dental: https://www.screencast.com/t/SlVKkabOw
Here it's showing: https://www.screencast.com/t/BlEErQraBx
Quote from keyur.ajmera on July 26, 2019, 13:45We need to display parent category dropdown like (Chew) - https://www.screencast.com/t/BlEErQraBx If no child category that makes sense.
Can you please guide us on how we can extend this functionality with a hook or which plugin file code we need to update or any other way.
Let us know if you want any other detail.
Thanks.
We need to display parent category dropdown like (Chew) - https://www.screencast.com/t/BlEErQraBx If no child category that makes sense.
Can you please guide us on how we can extend this functionality with a hook or which plugin file code we need to update or any other way.
Let us know if you want any other detail.
Thanks.
Quote from Pablo Borysenco on July 29, 2019, 13:12Hello
Unfortunately we do not have a ready solution.
the code in file - plugins\woocommerce-products-filter\ext\select_hierarchy\views\woof.php - current category is defined here - https://c2n.me/42Owp9m.png
In this case, you need to assign the parent term as the current one - https://c2n.me/42Oxynh.png
Hello
Unfortunately we do not have a ready solution.
the code in file - plugins\woocommerce-products-filter\ext\select_hierarchy\views\woof.php - current category is defined here - https://c2n.me/42Owp9m.png
In this case, you need to assign the parent term as the current one - https://c2n.me/42Oxynh.png
Quote from keyur.ajmera on July 30, 2019, 15:19We have created three-level hierarchy category (http://prntscr.com/olzxlz) and Dental is a second level category, Dog treat is dental parent category see - https://nimb.ws/Mi0v3u
We have to do code as you provided path file plugins\woocommerce-products-filter\ext\select_hierarchy\views\woof.php but this file has not executed the code on a dental page.
Can you please provide a step to add into the plugin code.
Thanks
We have created three-level hierarchy category (http://prntscr.com/olzxlz) and Dental is a second level category, Dog treat is dental parent category see - https://nimb.ws/Mi0v3u
We have to do code as you provided path file plugins\woocommerce-products-filter\ext\select_hierarchy\views\woof.php but this file has not executed the code on a dental page.
Can you please provide a step to add into the plugin code.
Thanks
Quote from Pablo Borysenco on July 31, 2019, 12:21Hello
but this file has not executed the code on a dental page. - This file works on all pages where there is a filter.
Unfortunately, we do not have a ready solution (I wrote this before). And customization of the code is not included in the support. In this case, you should hire a developer.
Hello
but this file has not executed the code on a dental page. - This file works on all pages where there is a filter.
Unfortunately, we do not have a ready solution (I wrote this before). And customization of the code is not included in the support. In this case, you should hire a developer.