We only accept PayPal at this time. I want to add a little blurb next to the PayPal button that states… “This option will direct you to PayPal’s site but you do not have to have a PayPal account. Select the “Don’t have a PayPal account” option to pay with a credit card.”
I have read the forums and I think I can modify the gateway_display.php file but I don’t know php so unless someone tells replace line X with this… I don’t know where to begin to edit it. Can someone give me an example gateway_display or is there another option that is a workaround? It would be nice to have a “Payment Option” that is just a plane TXT box for cases such as this. Almost like utilizing the invoice payment option but with a single txt box.
You might want to put your modifications in the template file payment_page.php. You can copy it from plugins/event-espresso/templates to uploads/espresso/templates, so that your modifications don’t get overwritten the next time you update. Look around line 50, and there is a section of html-only where you can put in your blurb. If you want to put it in gateway_display.php, you can go to line 81, drop out of php by using the php closing tag
?>
, then put in your blub, then restore php by using the php opening tag
<?php
This reply was modified 11 years, 3 months ago by Sidney Harrell.
Viewing 1 reply thread
The support post ‘Payment Options Instructions’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.