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



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/stripe_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/stripe_payment_terminal/terminal/index.php You 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/stripe_payment_terminal/terminal/stripe/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/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 […]

Authorize.net Payment Terminal WordPress

Overview Authorize.net Payment Terminal WordPress allows you to have a quick & easy credit card payment terminal for your clients processed by authorize.net on your wordpress site. Installation and configuration of the script takes less than 5 minutes (however you do need to have SSL and stripe.com account).   There are several options to pay. […]