Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Check/Money Order | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Check/Money Order

Check/Money Order

Posted: April 9, 2014 at 8:40 am

Viewing 2 reply threads


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?


Anonymous

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.

Viewing 2 reply threads

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 - Staging Server