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 Payment Redirect Page | Event Espresso - Staging Server
Hello, I have the check/money order option available in addition to PayPal.The problem I am having is that when they click on check/money order then “complete registration” it redirects them to a payment details page which then offers them an option for a different payment way. The problem is that they are getting confused and clicking to pay by check again. I need to make it so that when they pay by check/money order it just redirects to a thank you page, how can I do that?
What you can do is alter the template file payment_overview.php (copy it from plugins/event-espresso/templates to uploads/espresso/templates). Put the following at the very end of the file:
<?php if ($txn_type=="check") {
$payment_status = "Completed";
} ?>
This reply was modified 11 years, 6 months ago by Sidney Harrell. Reason: forgot to put php tags around it
While Sidney suggested a good idea in the case if you wanted the payment status to automatically be set to completed. If you want the payment status to stay pending if they agree to pay by check you can set an option to not display the payment options after they finalize their registration under the Check/Money Order payments.
You’ll find the option under Event Espresso>General Settings under Advanced Features. It’s labeled:
Show payment options for “Pending Payments” on the Payment Overview page?
If you set this option to No it will not display the payment options after they agree to pay by check.
Thanks Josh, that worked fine, is there a way to send them to a different page? Now, there is no success message of any kind because they just get sent to a payment overview page?
It doesn’t have a feature that redirects them to another page, but you could add some link text to the payment_overview.php page template to point them where you want them to go next.
Viewing 4 reply threads
The support post ‘Check Payment Redirect Page’ 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.