How to edit admin email template “new payment received”?


There are 2 emails like that. One goes to admin when recurring transaction is processed, and one when one-time transaction is processed.

For one-time, edit yourdomain.com/wp-content/plugins/paypal_pro_wp/terminal/paypal/form.processing.php lines 267 to 286.

you will see code like this, just edit the required text.

2016-03-13_1901

Also, please note, line 269 can be changed to your company name and email, so that emails would come from you, and not from your site default address:

Edit the line like this:

$headers .= “From: ‘My Company’ <[email protected]> \n”; For recurring payment notifications see lines 452 – 479



« back to all FAQs