Okay
  Public Ticket #2240200
WooCommerce PAYPAL Button text
Closed

Comments

  •  5
    Steve started the conversation

    Hi Tahir,

    How can we change the text on the PAYPAL button on the checkout page so it just says PROCEED TO CHECKOUT?

    Many thanks,

    Steve

  •  3,023
    Andrew replied

    Hi there,

    Thank you for reaching out to us.

     You can modify the text directly from the source code by editing the file wp-content\plugins\woocommerce\includes\gateways\paypal\class-wc-gateway-paypal.php.  You'll find the text on line 35:

    $this->order_button_text  = __( 'Proceed to PayPal', 'woocommerce' );
    

    Hope this answers your question.

    Best regards.

  •  8,992
    Tahir replied

    Hey Again,

    Try using this Plugin : https://wordpress.org/plugins/say-what/ . 

    In The "Text Domain" field write "salient" without quotes . If you are trying to change woocommerce words  add "woocommerce" in "Text domain" . The fields are case-sensitive meaning "next project" wont work and you will have to add "Next Project" .

    9799383690.png


    Thanks 


    ThemeNectar Support Team