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' );
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" .
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
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:
Hope this answers your question.
Best regards.
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" .
Thanks
ThemeNectar Support Team