Hi, maybe this is not your field, but I will try asking anyway.
I have installed the “Woocommerce product filter” and it works, but I cant get rid of the default “sorting”. Can you advise me what to do? Please have a look at pic: https://www.dropbox.com/s/y842krpaesx4udh/Udklip.PNG?dl=0
Hi Jakob40004000!
Thanks for reaching out to us. I’ll gladly assist you with the WooCommerce filters.
To remove the default sorting from the product filter, you can follow these instruction from WooCommerce: Removing Default Sorting
Hope you find this information useful.
Cheers!
Jordan
Hi,
I cant seem to get it to work. Can you tem me exactly where and what to do?
Hi!
Thanks for getting back in touch.
Could you please provide the link to your site and login details. You can put the information in the Private Content section in your reply.
Best regards,
Jordan
Hi!
Please try adding following code to Functions.php file in Appearance > Editor
function avia_woocommerce_frontend_search_params()
{
return;
}
Best regards,
Yigit