• Resolved 0108daniel

    (@0108daniel)


    Hi all!
    In the Netherlands and maybe also in other country’s there is a new rule.
    We are not allowed to use the text like ‘finish order’ or something.
    It has to be changed to (in Dutch) ‘Betalen’, ‘Kopen’ of ‘Afrekenen’
    In checkoutwc I can not find a option to change the text to one of these above.
    In the checkoutwc there is a ‘appearance’ option to add a custom cc.
    For now I’m not sure how to change the text.

    I checked this site already: https://www.checkoutwc.com/documentation/how-to-change-button-text/
    But I can not find the CC to change the text on ‘place order’ button.
    Anyone know the answer?
    Thank you! ??

    • This topic was modified 3 weeks, 5 days ago by 0108daniel.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Clifton Griffin

    (@clifgriffin)

    Hi there,

    In WooCommerce, gateways are allowed to override the place order button label.

    You can try this filter, but it’s possible that some gateways may try to override it:

    add_filter( 'woocommerce_order_button_text', function( $label ) {
    return 'Your Label';
    } );

    Best,

    Clif

    Thread Starter 0108daniel

    (@0108daniel)

    It didn’t change the button text when I use this in the woocommerce CSS.

    Thread Starter 0108daniel

    (@0108daniel)

    Anyone know how to do that?

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.