50 document(s) found for: "ai image"



None of the email delivery options work in my file manager?

1) Double check that test emails didn’t go to spam folder – sometimes that happens. 2) Try using simple php mail() delivery method first. 3) Make sure you you’re using all the right ports/usernames/passwords – please double check with your provider. 4) Make sure you have set Sender Email and Sender Name (image below) – if you […]

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.Also, please note, line 269 can be changed to your company name and email, so that emails […]

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/authorize_net_payment_terminal/terminal/authorize/form.processing.php lines 236 to 257. you will see code like this, just edit the required text.Also, please note, line 239 can be changed to your company name and email, so that […]

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/stripe_payment_terminal/terminal/stripe/form.processing.php lines 220 to 239.you will see code like this, just edit the required text.Also, please note, line 223 can be changed to your company name and email, so that emails […]

How to edit admin/customer email template “new paypal payment received” & “payment confirmation”?

You will need to edit yourdomain.com/wp-content/plugins/paypal_payment_terminal/paypal.ipn.php lines 40 to 51 for admin email and lines 59 to 68 for customer email. you will see code like this, just edit the required text.Also, please note, line 40 & 59 can be changed to your company name and email, so that emails would come from you, and […]