Hi there,
You can add whatever you want to the receipts by going to “Donations > Settings > Emails” and customize the message there.
If instead you want it to be dynamic info from the donation/donor itself then you’ll need to create your own Email Tag. We have docs on that here:
http://docs.givewp.com/dev-email-tags
Thanks!
Thread Starter
chaims
(@chaims)
Thanks
Is there a way to change or add things to the donation confirmation page?
Chaim
Yes, you can go to that page and add any additional content you want there. But if you want to change the donation confirmation receipt table, you’d do that by doing a custom template for that. Similar to child-themeing, you can take our template, add it to your theme and change it however you want.
1) copy the file from the Give folder: plugins/give/templates/shortcode-receipt.php
2) paste it into your theme folder like so: themes/yourtheme/give/shortcode-receipt.php
3) Change it however you like.
Thanks!