Support

Home Forums Event Espresso Premium Check/Money Order

Check/Money Order

Posted: April 9, 2014 at 8:40 am


Bob Godnik

April 9, 2014 at 8:40 am

When I have the check/money order payment method activated, there is no submit or complete button available at checkout. So there is no method I have of sending them a confirmation email. I have Stripe set up at the same time. I believe there was a submission button at one point. You can see an example at http://www.heinkeltaxseminars.com/event-registration/?ee=6. Could there be something configured incorrectly?


Tony

  • Support Staff

April 9, 2014 at 9:08 am

Hi Bob,

This line of CSS is hiding the check message box:

.event-messages, .copy_dropdown_wrapper {
display: none;
}

It looks like this has been adding using a plugin such as My Custom CSS

As that div has the .event-messages class it is being hidden.

Depending on what that rule is actually being used for you could remove it, or add something like:

#check-payment-option-dv .event-messages {
display: block;
}

To specifically show that message box.


Bob Godnik

April 9, 2014 at 10:14 am

That did the trick. I can’t even remember what I was trying to block with that. Thanks for the quick response.

The support post ‘Check/Money Order’ 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