Hi @glennf, this is what the core “Popularity” sorting does already 🙂
Thread Starter
Glennf
(@glennf)
Thanks, is there a way to change the name in the drop down list from “Sort by Popularity” to “Best Sellers”?
I tried changing the name “New Default Sorting Label” to that but it doesn’t change in the list.
Hey @glennf
if you’re familiar with custom coding what you could do is to hook ‘woocommerce_catalog_orderby’ WooCommerce filter
this filter returns an associative array where the values are the labels you’d like to change, so for the ‘popularity’ key you can set ‘by Best Sellers”
hope this helps
Cheers!
ah, additionally, if you’re not keen to do the custom coding, you could perhaps find a solution using this other plugin https://wordpress.org/plugins/say-what/