Posted: July 28, 2017 at 11:43 am
|
I have asked to include the ticket URL in the confirmation page in previous post: Which has revealed one of the issue I have got with my current set up: I have tried setting up two offline payments for admin to use the frontend ticket purchasing. And currently it won’t work with snippet as the payment is incomplete and the registration is not approved. Thanks guys. you have been great! |
We don’t have any offline payment methods that will approve the registration without payment so to do that would basically require your own custom payment method which did approve the registration. You could just change the snippet to show the link even if the registration is not approved… Or if the ‘admin’ is logged in add another check to the conditional to always display the link based on a capability the admin would have, for example:
You will also need to adjust the snippet to display tickets that are no approved when the link is clicked, to do that change:
to
|
|
|
Thanks Tony for the thoughtful recommendation. This works great on displaying the ticket URL. But I realise that without approving the registration, or completing the payment, the registration won’t get counted toward the available space. This means that the admin will still need to go to the backend and manually put the payment it. Thanks a lot. Hody |
We have some documentation on creating your own payment methods here: https://eventespresso.com/2015/03/developers-guide-to-payment-methods-for-event-espresso-4-6/ You could also set the ‘Default Registration Status’ of the event to ‘Approved’ which will do everything you need, however, note that any registrations that are finalized will then be Approved regardless of the payment method they select. |
|
|
This is fantastic. I managed to modify the skeleton add on example to created an payment method which will straight away approve the payment! Thanks so much Tony. This works. |
Great, I’m glad you found a working solution 🙂 |
|
The support post ‘Offline payment method auto approve and paid?’ 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.