This topic has 2 replies, 2 voices, and was last updated 2 years, 2 months ago ago by Awais Ahmed
in shop page, if select one brand from filter then other brands getting hidden in sidebar filter. it’s must show all others when select any brand.
Hello, @iZoe Soultions Pvt Ltd,
First of all, please update your theme and core plugin to the very latest version: https://xstore.8theme.com/update-history/
How to update the Theme: https://www.8theme.com/documentation/xstore/theme-installation/theme-update/
After that please update the WooCommerce plugin to the very latest version as well and then try to check back your site after clearing the browser cache.
And if the issue will still persist then please add the below given code in functions.php of your child theme:
add_filter('etheme_stock_taxonomy_type', function($type){
return 'old';
}, 10, 1);
And let me know the result.
Regards 8Themes Team.
You must be logged in to reply to this topic.Log in/Sign up