Posted: June 26, 2012 at 10:37 am
I’m using EE 3.1.22.2 P, and have encountered a situation that is potentially confusing to users. The user has two payment options: credit card (E-xact), or offline (Check/Money Order). The following settings enabled: 1. Send payment confirmation emails: Yes The intention is to allow people who initially choose to pay offline to: The confusion I’m running into is with the “Check/Money Order” instruction/link that says: “Since you are using the check payment option, please make note of the information below, then click here to finalize your registration” The problem is that even after clicking the “finalize your registration” link, the message never goes away. As a result, the user is never certain that they have finalized their registration and confirmed their place. —- Feature Request: Interim Solution: Is there a way from within check_payment_vars.php to test either of those values? Thanks for your help! |
|
The registration process is changing in Event Espresso 3.2, so I’ll note this request, it may actually be in the works. The finalize registration does a little more than set the payment type. It sets the the payment status as pending and thus the registration is counted toward the registration total. So you could test against the payment status. |
|
Hi Josh, Since I have the option “Default Payment Status” set to “Pending”, then the “Finalize Registration” link would always suppressed. I guess it doesn’t really matter because we can just assume that if there is no payment type, then they are opting to pay at the class. Having said that, can you let me know how I can get the value of payment status and/or payment type from within the check_payment_vars.php template page? Thanks again, |
|
I believe you’d need to query them from the database. If you’ve set the default payment status to be pending, then I suggest removing the “click here to finalize” link from the check payment template. You’re already automatically setting every non-paid ticket to pending, why make it more confusing? Alternatively, you could use the invoice payment option and set it to not display on the payment overview page. Then place an invoice link shortcode in the registration confirmation email. |
|
Thank you for your suggestions. Let’s mark this one as resolved. |
|
The support post ‘Check/Money Order Payment Settings’ 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.