You can edit style.css which is located here: yourdomain.com/wp-content/plugins/stripe_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/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, […]
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
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 […]