Support

Home Forums Event Espresso Premium Check Payment Redirect Page

Check Payment Redirect Page

Posted: July 8, 2013 at 7:25 am


Jake Berman

July 8, 2013 at 7:25 am

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?


Sidney Harrell

July 8, 2013 at 10:34 am

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 10 years, 9 months ago by  Sidney Harrell. Reason: forgot to put php tags around it


Josh

  • Support Staff

July 8, 2013 at 11:06 am

Hi Jake,

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.


Jake Berman

July 10, 2013 at 11:33 am

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?


Josh

  • Support Staff

July 10, 2013 at 2:36 pm

Hi Jake,

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.

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.

Event Espresso