50 document(s) found for: "payment form"



PayPal Pro Payment Terminal WordPress

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 […]

How to edit look and feel of the form ? Which CSS file is responsible for it ?

You can edit style.css which is located here: yourdomain.com/wp-content/plugins/authorize_net_payment_terminal/terminal/style.css

How to add more fields to the form, or remove some ?

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, […]

How to edit title on the payment terminal page ?

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

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 […]