Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Beka Rice

    (@bekarice)

    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.

    Plugin Author SkyVerge

    (@skyverge)

    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!

    Plugin Author SkyVerge

    (@skyverge)

    ah, additionally, if you’re not keen to do the custom coding, you could perhaps find a solution using this other plugin https://www.ads-software.com/plugins/say-what/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Best Selling Products Sort?’ is closed to new replies.