• Dear readers,

    On my WooCommerce page i’ve added the Price Filter widget. But i would like to know how i can change the “FILTER” text of the button to “ZOEKEN”. Is this possible? If it is, how can i change it?

    I have searched a while for myself with the inspect option in Chrome, in the PHP and CSS files but i couldn’t find anything.

    The page.

    Cheers,

    Koen

Viewing 1 replies (of 1 total)
  • If I am not mistaken, you just need to locate the widget file:

    /wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-price-filter.php

    Then look for this line below:
    <button type="submit" class="button">' . __( 'Filter', 'woocommerce' ) . '</button>

    Then change the ‘Filter’ to something else would do.

    Please let me know if this doesn’t work, I haven’t really try it before.

    Best of luck.

Viewing 1 replies (of 1 total)
  • The topic ‘[WooCommerce] Price Filter Button’ is closed to new replies.