Support

Home Forums Event Espresso Premium Manually handle booking transactions

Manually handle booking transactions

Posted: April 9, 2013 at 9:13 pm


Richard Dean

April 9, 2013 at 9:13 pm

I am just wondering if there is a way so booking transactions go through the site but the payment is handled separately rather then one of the gateways?

The EFT kind of does what I want, I tried the Electronic Funds Transfer gateway but I want to rename the title “Offline Payment Options” I also want to remove the attention box that says ”

Attention!
If you wish to pay by an Electronic Funds Transfer via your bank, please make note of the information below, then..”  and then remove  these fields:

Name on Account:

Account Number:

Financial Institution:

 

If someone could tell me which php file controls this I should be able to edit the file myself.

Thanks 🙂

 


Dean

April 10, 2013 at 6:18 am

Hi,

The files are all located in the Gateways/bank folder.

You can however rename the wording with the languages files explained here https://eventespresso.com/wiki/how-to-change-wording-with-poedit/

Or use a function like this http://www.viper007bond.com/2011/07/13/changing-core-wordpress-strings/ to rename it

The Attention box can be hidden by using this css in the My Custom CSS plugin (or for those that dont have that, your themes style.css file)

#bank-payment-option-form-dv .event_espresso_attention { display:none; }

The support post ‘Manually handle booking transactions’ 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.

Event Espresso