Tagged: avia, enfold, filter, woocommerce
A lot of us work with 3rd party filters for Woocommerce, and I have the feeling that the avia filterbar is sometimes conflicting with 3rd party filters.
I know where to turn it off in the config-woocommerce/config.php file, but it would be nicer to have some kind of checkbox or dropdown in the Enfold ‘Shop option” settings.
cheers!
rob
Hey Rob!
You can add following code to Functions.php file of your child theme
function avia_woocommerce_frontend_search_params()
{
return;
}
and request such feature here – https://kriesi.at/support/enfold-feature-requests/ :)
Regards,
Yigit
Hi Yigit,
Completely missed this one, but thanks again for the answers!
I will make a request in the link listed.
rob