Overview PayPal PRO Payment Terminal WordPress allows you to have a quick & easy credit card payment terminal for your clients processed by PayPal PRO on your WordPress site. Installation and configuration of the script takes less than 5 minutes (however you do need to have SSL and PayPal PRO account). There are several […]
You can edit style.css which is located here: yourdomain.com/wp-content/plugins/authorize_net_payment_terminal/terminal/style.css
To do any modifications with the form, you have to have at least basic knowledge of PHP. If you plan to record field values in db – then MySQL as well.Form itself is located here yourdomain.com/wp-content/plugins/authorize_net_payment_terminal/terminal/index.phpYou can open that file in your favorite code editing tool and add required form element eitherby writing custom code, […]
Edit yourdomain.com/wp-content/plugins/authorize_net_payment_terminal/terminal/authorize/config.phpline 23 – controls payment page meta title ( <title></title> )line 24 – controls the title above the payment form
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 […]