Support

Home Forums Event Espresso Premium How to make payment option bank wire only

How to make payment option bank wire only

Posted: March 24, 2013 at 11:45 pm


dbinc

March 24, 2013 at 11:45 pm

Hi,
The people I’m making the site for with Event Espresso won’t be using Paypal and will simply want those registering for events to pay via bank wire.
I’m trying to figure out how to do this.
Right now, the moment I put in the price under ‘Event Pricing’, Paypal error appears when a user attempts to register for an event.
Basically, I’m looking for a way to post an event, show the price, but allow the user to get to a confirmation page without any paypal option. Confirmation email then automates to the user. Once payment is received, they’ll manually send out emails about payment having been received.
Thanks.


Dean

March 25, 2013 at 3:24 am

Hi,

Go to the Payment Settings option page in Event Espresso. Find the Electronic Funds Transfer payment gateway and activate it. On the same page, make sure that Paypal is deactivated.


dbinc

March 25, 2013 at 7:24 pm

Thanks, I did that.
Here’s a problem since then…
When a user registers, all is well with the page showing details and the Pending status. However, an automated email is not sent to either the customer or the administrator, and ‘Send custom confirmation emails for this event? ‘ is selected as Yes.
Is there a simple setting I’m missing here?
Thanks.


dbinc

March 25, 2013 at 7:34 pm

By the way in General Settings ‘Send registration confirmation emails before payment is received?’ is selected as Yes.


Dean

March 26, 2013 at 3:28 am

Hi,

Have you tested this yourself and are you receiving emails? Are administration emails being received? Have you checked the spam folder?


dbinc

March 28, 2013 at 12:04 am

Hi,
Thanks for your response.
I tried registering several times before but neither emails for registering or admin would come.
For some weird reason, today it seems to be working fine. Weird!
I’d like to ask one more question..
Is there a way to make ‘Add More Attendees? (click to toggle, limit 10)’ more obvious, eg make ‘click’ highlighted?
Same thing for ‘Attention!
If you wish to pay by an Electronic Funds Transfer via your bank, please make note of the information below, then click here to finalize your registration’. I’d like to highlight ‘click here’.
Thanks a lot!


Dean

March 28, 2013 at 2:34 am

Hi,

Glad its working. It is likely the email server itself, especially if you are on shared hosting that is delaying or causing issues with emails.

Regarding the Addmore attendees etc, the best way is to add some CSS

e.g.

.add-additional-attendee-lnk {
background-color: yellow;
margin-bottom: 50px;
padding: 10px 10px 50px 10px;
border: #000 thin solid;
}

funds

.event_espresso_attention {
background: red !important;
font-weight: bold;
border: #000 thick solid !important;
}

Obviously those are very ugly example, I’m sure you can do better. You may need to include the !important tag in the rules, especially for the Electronic Funds code in order to over ride the existing ones.

This code can be added to your themes style.css or via a plugin such as My Custom CSS.


dbinc

March 28, 2013 at 2:54 am

Hey, thank you!
I was actually going in there themeroller etc css files, knowing full well that it would be a bad idea as I’m sure any update would break that. I’ll give the regular old style.css a try!
Thanks again.


Dean

March 28, 2013 at 2:58 am

No problem,

You could of course create a new themeroller style, but it may be overkill for what you need.

https://eventespresso.com/wiki/how-to-create-custom-themeroller-styles/


dbinc

March 28, 2013 at 10:47 pm

Wow, never knew that!
I’m going to go check themeroller out.
Will Event Espresso updates break the theme or will it stay in tact?
Thanks.


Dean

March 29, 2013 at 1:17 am

As the theme will be added to the uploads/espresso/themeroller folder it will stay intact during updates.


dbinc

March 29, 2013 at 1:21 am

Hi Dean,
You know why I’ve been asking such silly questions about the style?
Because one of my CSS codes hadn’t been closed ‘}’, so anything I was doing beyond that, ie styling Espresso, wasn’t working and I was getting confused! Just found out my stupidity a few minutes ago! Going well now. Thanks again for sticking with me!!


Dean

March 29, 2013 at 1:34 am

🙂 now that must have been frustrating! I spent two hours once debugging code, just to find I had missed a period out.

The support post ‘How to make payment option bank wire only’ 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