Change the text on the PayaPal gateway "Proceed" button
-
New user here. On the checkout page using the standard PayPal Gateway, the button at the bottom of the page says:”Proceed to Paypal”. Because I have change the paypal.png to include credit cards as well as the PayPal icon, I would like to change the button text to just say “Proceed”
I found the text sting in class-wc-gateway-paypal.php in this line:
$this->order_button_text = __( ‘Proceed to Payment’, ‘woocommerce’ );
While I can change it here I don’t want to mess with the core code. I was hoping you could tell me what how/what I should I put in my customs functions.php file to override the woocommerce php file. Thanks
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Change the text on the PayaPal gateway "Proceed" button’ is closed to new replies.