Hi Tremer,
1. Is there a way to send the donor a email confirmation? The most of our donors uses offline payment and the can only view the banking data from the receipt page. The don’t receive an email.
By default, the donation receipt email is only sent after a donation has been marked as “Paid” by an administrator in the WordPress dashboard. However, I have put together a code snippet that can be added to automatically send donations notifications for offline donations when they are made. See https://github.com/Charitable/library/blob/master/emails/send-donation-notification-for-pending-offline-donations.php and this guide for details on how to implement the code snippet.
2. I need a copy from the Donation Receipt email for our accounting. How can I set this?
That can’t be done out of the box, but again, a little snippet of code will get it done for you 🙂
https://github.com/Charitable/library/blob/master/emails/copy-donation-receipt-to-admin.php
Let me know how you go with these Tremer.
Cheers,
Eric
Thread Starter
Tremer
(@tremer)
Hello Eric,
thank you for the information. The functions are working well
Concerning #1
This is only sending an notification to the admin. But I need an notification for the donor, because he need to know the banking details.
Concerning #2 This is exactly what I need. Thank you.
Do you have any idea to resolve #1?
Regards
Michael
Hi Michael,
Sorry for the delay in getting back to you. I’m adding a new snippet you can use to send the donation receipt. It’s up at https://github.com/Charitable/library/blob/master/emails/send-donation-receipt-for-pending-offline-donations.php
Cheers,
Eric
Thread Starter
Tremer
(@tremer)
Hello Eric,
thank you for the script. It is near to my needs but not exactly what I need.
This script sends the donation receipt to the donor.
But what I need ist a donation confirmation with the donation details and banking information for offline payment.
Regards
Michael